From d0f56e96408a6f99bb8ce88406c7ede43393fba7 Mon Sep 17 00:00:00 2001 From: Edmundo Paulino <60408300+mdmundo@users.noreply.github.com> Date: Sun, 11 Sep 2022 12:27:34 +0000 Subject: [PATCH] Update devcontainer.json --- .devcontainer/devcontainer.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index d751a6b5..788a2778 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -5,9 +5,7 @@ "vscode": { "extensions": [ "vadimcn.vscode-lldb", - "rust-lang.rust-analyzer", - "tamasfe.even-better-toml", - "serayuzgur.crates" + "rust-lang.rust-analyzer" ] } },