diff options
Diffstat (limited to '.vscode')
-rw-r--r-- | .vscode/launch.json | 3 |
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++",
|