mirror of
https://git.freecumextremist.com/grumbulon/pomme.git
synced 2024-11-21 17:13:45 +00:00
fix(vscode): set CWD properly when debugging
Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
parent
7ba7592d54
commit
edaeecc54b
1 changed files with 2 additions and 1 deletions
3
.vscode/launch.json
vendored
3
.vscode/launch.json
vendored
|
@ -17,7 +17,8 @@
|
|||
"type": "go",
|
||||
"request": "launch",
|
||||
"mode": "auto",
|
||||
"program": "${cwd}/cmd/pomme"
|
||||
"program": "${workspaceFolder}/cmd/pomme",
|
||||
"cwd": "${workspaceFolder}"
|
||||
}
|
||||
],
|
||||
"compounds": [
|
||||
|
|
Loading…
Reference in a new issue