Skip to content
This repository was archived by the owner on Jul 29, 2025. It is now read-only.

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

Lines changed: 2 additions & 1 deletion
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

Lines changed: 14 additions & 0 deletions
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)