diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2022-09-03 02:21:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-03 02:21:41 +0200 |
commit | 26f5d608ee01eab380f6eb24b141b7d2a81888fc (patch) | |
tree | 9198509de8f182cf9e8e9d0d69bf25e544b82e42 /.devcontainer | |
parent | 63b8089bda8c88413bfad24aef415abc09e8d5c2 (diff) |
chore: update devcontainer configuration (#15751)
Diffstat (limited to '.devcontainer')
-rw-r--r-- | .devcontainer/devcontainer.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index d37be58f2..94b96a6eb 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -14,7 +14,7 @@ }, "extensions": [ - "matklad.rust-analyzer", + "rust-lang.rust-analyzer", "bungcip.better-toml", "vadimcn.vscode-lldb", "mutantdino.resourcemonitor" |