From 228542aad90e69194daaa7ddf5873e5ffdfd79f9 Mon Sep 17 00:00:00 2001 From: Amir Arad Date: Tue, 4 Oct 2022 21:37:23 +0300 Subject: [PATCH] update rust-lang plugin in host all the cool language features started to work for me after this change --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index c0f71bc..b4ee394 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -30,7 +30,7 @@ "extensions": [ "vadimcn.vscode-lldb", "mutantdino.resourcemonitor", - "matklad.rust-analyzer", + "rust-lang.rust-analyzer", "tamasfe.even-better-toml", "serayuzgur.crates" ]