started on test module

This commit is contained in:
2025-03-23 18:28:55 -07:00
parent 26e35eabb4
commit e4dd146d17
6 changed files with 123 additions and 0 deletions

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