Directly at the root dir

This commit is contained in:
Aoran Zeng
2025-06-20 22:57:14 +08:00
parent 21527184b6
commit 54e13aa77f

2
.vscode/launch.json vendored
View File

@@ -12,7 +12,7 @@
],
"preLaunchTask": "构建 debug 版 chsrc",
"stopAtEntry": true,
"cwd": "${fileDirname}",
"cwd": "${workspaceFolder}",
"environment": [],
"externalConsole": false,
"MIMode": "gdb",