diff --git a/.vscode/launch.json b/.vscode/launch.json index 5e421d8..754af5a 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -8,13 +8,14 @@ "type": "node", "request": "launch", "name": "Launch Program", + // "cwd": "", "program": "${workspaceFolder}/out/vsce", "args": [ "--version" + // "ls", "package", "publish" ], "sourceMaps": true, - "outputCapture": "std", - "preLaunchTask": "compile" + "outputCapture": "std" } ] } \ No newline at end of file