We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
launch.json
1 parent 742720a commit 5110bcfCopy full SHA for 5110bcf
.vscode/launch.json
@@ -9,7 +9,7 @@
9
"request": "launch",
10
"name": "Launch Program",
11
// "cwd": "<absolute path to your extension>",
12
- "program": "${workspaceFolder}/out/vsce",
+ "program": "${workspaceFolder}/vsce",
13
"args": [
14
"--version"
15
// "ls", "package", "publish"
0 commit comments