Initial commit

This commit is contained in:
2026-05-08 10:55:59 -06:00
parent bfb60d1e0c
commit b43782cf9f
9 changed files with 677 additions and 0 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"
]
}