aboutsummaryrefslogtreecommitdiffstats
path: root/.vscode/launch.json
diff options
context:
space:
mode:
Diffstat (limited to '.vscode/launch.json')
-rw-r--r--.vscode/launch.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
index bd0b718..cc25112 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -16,7 +16,8 @@
"type": "python",
"request": "launch",
"program": "${file}",
- "console": "integratedTerminal"
+ "console": "integratedTerminal",
+ "cwd": "${fileDirname}",
},
{
"name": "C/C++",