Skip to content

Commit 8420b1a

Browse files
authored
fix launch json to use new task label
1 parent b5dccc4 commit 8420b1a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.vscode/launch.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"outFiles": [
1414
"${workspaceRoot}/out/**/*.js"
1515
],
16-
"preLaunchTask": "npm"
16+
"preLaunchTask": "compile"
1717
},
1818
{
1919
"name": "code-debug server",
@@ -28,7 +28,7 @@
2828
"${workspaceRoot}/out/**/*.js"
2929
],
3030
"cwd": "${workspaceRoot}",
31-
"preLaunchTask": "npm"
31+
"preLaunchTask": "compile"
3232
},
3333
{
3434
"name": "Launch Tests",
@@ -44,7 +44,7 @@
4444
"outFiles": [
4545
"${workspaceRoot}/out/**/*.js"
4646
],
47-
"preLaunchTask": "npm"
47+
"preLaunchTask": "compile"
4848
}
4949
],
5050
"compounds": [
@@ -53,4 +53,4 @@
5353
"configurations": ["Launch Extension", "code-debug server"]
5454
},
5555
]
56-
}
56+
}

0 commit comments

Comments
 (0)