Explorar o código

vscode recommendations

Scott Bezek %!s(int64=4) %!d(string=hai) anos
pai
achega
1c75fa0bb0
Modificáronse 1 ficheiros con 10 adicións e 7 borrados
  1. 10 7
      firmware/.vscode/extensions.json

+ 10 - 7
firmware/.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"
+    ]
+}