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