From 878a7837a9f4d7646db0107eee9cd08fa44cc678 Mon Sep 17 00:00:00 2001 From: Zihan Chen Date: Thu, 27 Jul 2023 15:51:51 -0700 Subject: [PATCH] dev_container: Replace better toml extension VSCode prompted me Better TOML extension is deprecated and Even Better TOML should be used instead. TESTED=toml support still works after rebuilding dev container Change-Id: Ic7a71f99a89a47e139627fcd75e35acbdf3bef41 Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/4728142 Auto-Submit: Zihan Chen Reviewed-by: Dennis Kempin Commit-Queue: Dennis Kempin --- .devcontainer/devcontainer.json | 2 +- .devcontainer/with_kvm/devcontainer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 5c56a9dd51..29d5316fe0 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -4,7 +4,7 @@ "vscode": { "extensions": [ "rust-lang.rust-analyzer", - "bungcip.better-toml", + "tamasfe.even-better-toml", "esbenp.prettier-vscode", "ms-python.vscode-pylance", "foxundermoon.shell-format", diff --git a/.devcontainer/with_kvm/devcontainer.json b/.devcontainer/with_kvm/devcontainer.json index 1f1532991f..e787c5e693 100644 --- a/.devcontainer/with_kvm/devcontainer.json +++ b/.devcontainer/with_kvm/devcontainer.json @@ -4,7 +4,7 @@ "vscode": { "extensions": [ "rust-lang.rust-analyzer", - "bungcip.better-toml", + "tamasfe.even-better-toml", "esbenp.prettier-vscode", "ms-python.vscode-pylance", "foxundermoon.shell-format",