We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b741ef3 commit 55bc696Copy full SHA for 55bc696
.gitignore
@@ -9,4 +9,5 @@ target/
9
!.vscode/*.md
10
!.vscode/*.svd
11
!.vscode/launch.json
12
-!.vscode/tasks.json
+!.vscode/tasks.json
13
+!.vscode/extensions.json
.vscode/extensions.json
@@ -0,0 +1,14 @@
1
+{
2
+ // See https://go.microsoft.com/fwlink/?LinkId=827846 to learn about workspace recommendations.
3
+ // Extension identifier format: ${publisher}.${name}. Example: vscode.csharp
4
+
5
+ // List of extensions which should be recommended for users of this workspace.
6
+ "recommendations": [
7
+ "rust-lang.rust",
8
+ "marus25.cortex-debug",
+ ],
+ // List of extensions recommended by VS Code that should not be recommended for users of this workspace.
+ "unwantedRecommendations": [
+ ]
14
+}
0 commit comments