初始化:项目 点亮你的LED

This commit is contained in:
2025-02-25 21:41:44 +08:00
parent 92fd8b4b5d
commit eb95fd7d1c
10 changed files with 134 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"
]
}