2 Commits 397f7eeb9a ... a39ba47e22

Author SHA1 Message Date
  Vincent Molenaar a39ba47e22 Merge branch 'master' of https://gogs.vincentict.nl/Vincent/Wemos_S88Sniffer 2 years ago
  Vincent Molenaar f50ec4c99c ignore 2 years ago
1 changed files with 10 additions and 0 deletions
  1. 10 0
      .vscode/extensions.json

+ 10 - 0
.vscode/extensions.json

@@ -0,0 +1,10 @@
+{
+    // 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"
+    ]
+}