Add VsCode workspace .json configuration files for IntelliSense engine setup, path indexing, recommended extensions, and tasks for debug build flash programming.

This commit is contained in:
2026-09-14 21:03:22 +08:00
parent 041791b6ca
commit 5ba7f18f3a
5 changed files with 141 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
{
"recommendations": [
"ms-vscode.cpptools",
"marus25.cortex-debug",
"PKief.material-icon-theme" // 图标包,可选
],
}