[clean] .vscode

This commit is contained in:
dianjixz
2026-01-09 12:16:56 +08:00
parent cd371647ea
commit d9084bad88
2 changed files with 3 additions and 28 deletions
+3 -2
View File
@@ -1,4 +1,5 @@
.vscode/settings.json
.vscode
projects/core135_llm_product_test_ui
projects/imx678_test
projects/test_*
projects/test_*
.vscode/launch.json
-26
View File
@@ -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
}]
]
}