Skip to content

Commit 16db35c

Browse files
authored
Auto Install Platformio in VSC (arendst#20658)
1 parent d29b3b2 commit 16db35c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.vscode/extensions.json

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
// See http://go.microsoft.com/fwlink/?LinkId=827846
3+
// for the documentation about the extensions.json format
4+
"recommendations": [
5+
"platformio.platformio-ide"
6+
],
7+
"unwantedRecommendations": [
8+
"ms-vscode.cpptools-extension-pack"
9+
]
10+
}

0 commit comments

Comments
 (0)