chore: update debug settings

This commit is contained in:
iridiumR 2023-03-30 18:11:42 +08:00
parent 6c0a67601b
commit d7c03761a4
No known key found for this signature in database
GPG Key ID: 49735733EB1A32C8
2 changed files with 2 additions and 1 deletions

2
.vscode/launch.json vendored
View File

@ -8,7 +8,7 @@
"name": "(gdb) 启动", "name": "(gdb) 启动",
"type": "cppdbg", "type": "cppdbg",
"request": "launch", "request": "launch",
"program": "${workspaceFolder}/dish", "program": "${workspaceFolder}/ddish",
"args": [], "args": [],
"stopAtEntry": false, "stopAtEntry": false,
"cwd": "${fileDirname}", "cwd": "${fileDirname}",

View File

@ -1,5 +1,6 @@
{ {
"files.associations": { "files.associations": {
"history.h": "c"
}, },
"editor.tabSize": 2, "editor.tabSize": 2,
"makefile.launchConfigurations": [ "makefile.launchConfigurations": [