Skip to content

Commit 457fad3

Browse files
committed
package.json: use fileDirname for Launch Package snippet
Change the snippet to match the quick pick. Change-Id: I4c2ab7ced9244b452b96d4d37e41e41ade79477d Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/340909 Trust: Suzy Mueller <[email protected]> Run-TryBot: Suzy Mueller <[email protected]> TryBot-Result: kokoro <[email protected]> Reviewed-by: Hyang-Ah Hana Kim <[email protected]> (cherry picked from commit cd72252) Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/340910
1 parent e90541a commit 457fad3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@
464464
"type": "go",
465465
"request": "launch",
466466
"mode": "auto",
467-
"program": "^\"\\${workspaceFolder}${1:}\""
467+
"program": "^\"\\${fileDirname}${1:}\""
468468
}
469469
},
470470
{

0 commit comments

Comments
 (0)