Recommend rust-analyzer vscode extension

This commit is contained in:
Remo Senekowitsch
2022-10-02 12:43:52 +02:00
parent cc19bdda8b
commit 7ef7c35350
3 changed files with 6 additions and 6 deletions

View File

@@ -4,11 +4,11 @@
// List of extensions which should be recommended for users of this workspace.
"recommendations": [
"rust-lang.rust",
"rust-lang.rust-analyzer",
"marus25.cortex-debug",
],
// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
"unwantedRecommendations": [
]
}
}