Skip to content

Commit

Permalink
extension/package.json: edit default launch package dir
Browse files Browse the repository at this point in the history
Edit .vscode/launch.json `Go: Launch package` template from `"program": "^\"\\${fileDirname}${1:}\""` to `"program": "^\"\\${workspaceFolder}${1:}\""`

Fixes #3387

Change-Id: I35af5ebe551830c2b99c62c652e6ad7309a0527b
GitHub-Last-Rev: d8df56c
GitHub-Pull-Request: #3388
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/585615
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
Reviewed-by: Suzy Mueller <suzmue@golang.org>
Commit-Queue: Hyang-Ah Hana Kim <hyangah@gmail.com>
Auto-Submit: Hyang-Ah Hana Kim <hyangah@gmail.com>
kokoro-CI: kokoro <noreply+kokoro@google.com>
  • Loading branch information
yimiaoxiehou authored and gopherbot committed May 30, 2024
1 parent 1d1fe76 commit 540e146
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 540e146

Please sign in to comment.