Update extension ID for rust-analyzer vscode extension recommendation

This commit is contained in:
Sylvestre Ledru
2022-05-21 09:22:24 +02:00
parent 9db0a877aa
commit 3ea6720d46
+1 -1
View File
@@ -6,7 +6,7 @@
// "streetsidesoftware.code-spell-checker" ~ `cspell` spell-checker support
{
"recommendations": [
"matklad.rust-analyzer",
"rust-lang.rust-analyzer",
"streetsidesoftware.code-spell-checker",
"foxundermoon.shell-format"
]