Procházet zdrojové kódy

vscode recommendations

Scott Bezek před 4 roky
rodič
revize
1c75fa0bb0
1 změnil soubory, kde provedl 10 přidání a 7 odebrání
  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"
+    ]
+}