update rust-analyzer extension id

This commit is contained in:
Scott Lamb 2022-07-11 11:08:56 -07:00
parent 2b92f06152
commit 25346b82bc
1 changed files with 2 additions and 2 deletions

View File

@ -4,9 +4,9 @@
// List of extensions which should be recommended for users of this workspace.
"recommendations": [
"matklad.rust-analyzer",
"esbenp.prettier-vscode",
"dbaeumer.vscode-eslint",
"esbenp.prettier-vscode",
"rust-lang.rust-analyzer",
"yzhang.markdown-all-in-one"
],
// List of extensions recommended by VS Code that should not be recommended for users of this workspace.