Skip to content

Commit

Permalink
VSCode now has the correct working directory for debugging, correctly…
Browse files Browse the repository at this point in the history
… reading the config
  • Loading branch information
Bios-Marcel committed Aug 15, 2023
1 parent 9ab97d7 commit d960f24
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"type": "go",
"request": "launch",
"mode": "debug",
"program": "${workspaceFolder}/cmd/scribblers/main.go"
"program": "${workspaceFolder}/cmd/scribblers/main.go",
"cwd": "${workspaceFolder}"
}
]
}

0 comments on commit d960f24

Please sign in to comment.