mirror of
https://github.com/m5stack/StackFlow.git
synced 2026-05-20 11:32:11 -07:00
[clean] .vscode
This commit is contained in:
+3
-2
@@ -1,4 +1,5 @@
|
||||
.vscode/settings.json
|
||||
.vscode
|
||||
projects/core135_llm_product_test_ui
|
||||
projects/imx678_test
|
||||
projects/test_*
|
||||
projects/test_*
|
||||
.vscode/launch.json
|
||||
|
||||
Vendored
-26
@@ -1,26 +0,0 @@
|
||||
{
|
||||
// 使用 IntelliSense 了解相关属性。
|
||||
// 悬停以查看现有属性的描述。
|
||||
// 欲了解更多信息,请访问: https://go.microsoft.com/fwlink/?linkid=830387
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
"name": "gdb 启动",
|
||||
"type": "cppdbg",
|
||||
"request": "launch",
|
||||
"program": "/home/nihao/w2T/axera/StackFlow/projects/test_kit_demo3/dist/test_kit_demo3",
|
||||
"args": [],
|
||||
"stopAtEntry": false,
|
||||
"cwd": "${workspaceFolder}",
|
||||
"miDebuggerPath": "/opt/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/bin/aarch64-none-linux-gnu-gdb",
|
||||
"miDebuggerServerAddress": "localhost:1234",
|
||||
"environment": [],
|
||||
"externalConsole": true,
|
||||
"MIMode": "gdb",
|
||||
"setupCommands":[{
|
||||
"description": "Enable pretty-printing for gdb",
|
||||
"text": "-enable-pretty-printing",
|
||||
"ignoreFailures": true
|
||||
}]
|
||||
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user