1
0

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"
+    ]
+}