'nano-g1-explorer'

This commit is contained in:
neil
2023-02-18 04:49:37 +08:00
committed by Thomas Göttgens
parent c2ff6f2f7c
commit 090f42f51f
4 changed files with 51 additions and 3 deletions

View File

@@ -2,8 +2,9 @@
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
"ms-vscode.cpptools",
"platformio.platformio-ide",
"trunk.io"
"platformio.platformio-ide"
],
"unwantedRecommendations": [
"ms-vscode.cpptools-extension-pack"
]
}