Skip to content

Commit

Permalink
extension/package.json: edit default launch package dir
Browse files Browse the repository at this point in the history
fixed #3387
  • Loading branch information
yimiaoxiehou committed May 30, 2024
1 parent 5d8af43 commit d8df56c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@
"type": "go",
"request": "launch",
"mode": "auto",
"program": "^\"\\${fileDirname}${1:}\""
"program": "^\"\\${workspaceFolder}${1:}\""
}
},
{
Expand Down

0 comments on commit d8df56c

Please sign in to comment.