Skip to content

Commit 5110bcf

Browse files
authored
fix: correct program path in launch.json (#771)
Signed-off-by: Babak K. Shandiz <[email protected]> Signed-off-by: Babak K. Shandiz <[email protected]>
1 parent 742720a commit 5110bcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vscode/launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"request": "launch",
1010
"name": "Launch Program",
1111
// "cwd": "<absolute path to your extension>",
12-
"program": "${workspaceFolder}/out/vsce",
12+
"program": "${workspaceFolder}/vsce",
1313
"args": [
1414
"--version"
1515
// "ls", "package", "publish"

0 commit comments

Comments
 (0)