2 コミット 397f7eeb9a ... a39ba47e22

作者 SHA1 メッセージ 日付
  Vincent Molenaar a39ba47e22 Merge branch 'master' of https://gogs.vincentict.nl/Vincent/Wemos_S88Sniffer 2 年 前
  Vincent Molenaar f50ec4c99c ignore 2 年 前
1 ファイル変更10 行追加0 行削除
  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"
+    ]
+}