From 54e13aa77f2de96f8d34ef98bfdc1c81aae50ba7 Mon Sep 17 00:00:00 2001 From: Aoran Zeng Date: Fri, 20 Jun 2025 22:57:14 +0800 Subject: [PATCH] Directly at the root dir --- .vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 5658f60..f1d1eff 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -12,7 +12,7 @@ ], "preLaunchTask": "构建 debug 版 chsrc", "stopAtEntry": true, - "cwd": "${fileDirname}", + "cwd": "${workspaceFolder}", "environment": [], "externalConsole": false, "MIMode": "gdb",