Initial commit

This commit is contained in:
2026-05-08 11:11:05 -06:00
parent 9aa8aca69d
commit 89cf60fcb5
7 changed files with 207 additions and 13 deletions
+10
View File
@@ -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"
]
}