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:
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"recommendations": [
|
||||
"ms-vscode.cpptools",
|
||||
"marus25.cortex-debug",
|
||||
"PKief.material-icon-theme" // 图标包,可选
|
||||
],
|
||||
}
|
||||
Reference in New Issue
Block a user