Skip to content

Commit 7e9e3a2

Browse files
committed
chore: fix launch.json config
1 parent 610c635 commit 7e9e3a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.vscode/launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"request": "launch",
1212
"args": ["--extensionDevelopmentPath=${workspaceFolder}"],
1313
"outFiles": ["${workspaceFolder}/dist/**/*.js"],
14-
"preLaunchTask": "${defaultBuildTask}"
14+
"preLaunchTask": "npm: watch"
1515
},
1616
{
1717
"name": "Unit Tests",

0 commit comments

Comments
 (0)