浏览代码

vscode recommendations

Scott Bezek 4 年之前
父节点
当前提交
1c75fa0bb0
共有 1 个文件被更改,包括 10 次插入7 次删除
  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"
+    ]
+}