Skip to content

Commit

Permalink
fix: correct program path in launch.json (#771)
Browse files Browse the repository at this point in the history
Signed-off-by: Babak K. Shandiz <babak.k.shandiz@gmail.com>

Signed-off-by: Babak K. Shandiz <babak.k.shandiz@gmail.com>
  • Loading branch information
babakks committed Aug 29, 2022
1 parent 742720a commit 5110bcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Expand Up @@ -9,7 +9,7 @@
"request": "launch",
"name": "Launch Program",
// "cwd": "<absolute path to your extension>",
"program": "${workspaceFolder}/out/vsce",
"program": "${workspaceFolder}/vsce",
"args": [
"--version"
// "ls", "package", "publish"
Expand Down

0 comments on commit 5110bcf

Please sign in to comment.