We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9ea1b1 commit bd167ebCopy full SHA for bd167eb
2 files changed
.gitignore
@@ -32,3 +32,4 @@ compile_commands.json
32
/wled00/wled00.ino.cpp
33
/wled00/html_*.h
34
_codeql_detected_source_root
35
+.claude
.vscode/extensions.json
@@ -2,7 +2,7 @@
2
// See http://go.microsoft.com/fwlink/?LinkId=827846
3
// for the documentation about the extensions.json format
4
"recommendations": [
5
- "platformio.platformio-ide"
+ "pioarduino.pioarduino-ide",
6
],
7
"unwantedRecommendations": [
8
"ms-vscode.cpptools-extension-pack"
0 commit comments