summaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
authorTorben Egmose <torben.egmose@gmail.com>2022-09-23 19:00:29 +0200
committerTorben Egmose <torben.egmose@gmail.com>2022-09-23 19:00:29 +0200
commit1ea91ea258369db7f8924b0dc489171c0236fcd9 (patch)
tree1c03c3d8a3c21a0ea39bf16eb1d2193eb02050be /.vscode
parentb84afebba0c75081165de3466aef15a0b40aa337 (diff)
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/extensions.json17
1 files changed, 10 insertions, 7 deletions
diff --git a/.vscode/extensions.json b/.vscode/extensions.json
index 0f0d740..080e70d 100644
--- a/.vscode/extensions.json
+++ b/.vscode/extensions.json
@@ -1,7 +1,10 @@
-{
- // See http://go.microsoft.com/fwlink/?LinkId=827846
- // for the documentation about the extensions.json format
- "recommendations": [
- "platformio.platformio-ide"
- ]
-}
+{
+ // See http://go.microsoft.com/fwlink/?LinkId=827846
+ // for the documentation about the extensions.json format
+ "recommendations": [
+ "platformio.platformio-ide"
+ ],
+ "unwantedRecommendations": [
+ "ms-vscode.cpptools-extension-pack"
+ ]
+}