Skip to content

Commit 55bc696

Browse files
committed
Add recommended extensions file
1 parent b741ef3 commit 55bc696

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ target/
99
!.vscode/*.md
1010
!.vscode/*.svd
1111
!.vscode/launch.json
12-
!.vscode/tasks.json
12+
!.vscode/tasks.json
13+
!.vscode/extensions.json

.vscode/extensions.json

+14
Original file line numberDiff line numberDiff line change
@@ -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",
9+
],
10+
// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
11+
"unwantedRecommendations": [
12+
13+
]
14+
}

0 commit comments

Comments
 (0)