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

Commit 0f7c4b8

Browse files
committed
extensions
1 parent ba0b0af commit 0f7c4b8

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@
33
/.pio
44
/.vscode/*
55
!/.vscode/settings.json
6+
!/.vscode/extensions.json
67
/logs

.vscode/extensions.json

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