Skip to content

Commit a10e014

Browse files
committed
vscode: force recommanded extensions installation
Not trusted extension are not suggested when in default file therefore todo and sonarlint are never installed or even suggested
1 parent 0b98f14 commit a10e014

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.vscode/extensions.json.default .vscode/extensions.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,13 @@
44
"recommendations": [
55
"github.vscode-github-actions",
66
"gruntfuggly.todo-tree",
7-
"platformio.platformio-ide",
7+
"ms-vscode.cpptools",
8+
"platformio.platformio-ide"
89
"SonarSource.sonarlint-vscode",
9-
"Wokwi.wokwi-vscode",
10+
"Wokwi.wokwi-vscode"
1011
],
1112
"unwantedRecommendations": [
13+
"ms-vscode.cmake-tools",
14+
"ms-vscode.cpptools-extension-pack"
1215
]
1316
}

0 commit comments

Comments
 (0)