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 7037196..bb11cc0 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -8,7 +8,8 @@ "command": "npm start",
"name": "Node Start (npm)",
"request": "launch",
- "type": "node-terminal"
+ "type": "node-terminal",
+ "cwd": "${fileDirname}"
},
{
|