Skip to content

Commit b443ba3

Browse files
committed
Fix launch.json
1 parent 4ac1c13 commit b443ba3

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.vscode/launch.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212
"sourceMaps": true,
1313
"outFiles": [
1414
"${workspaceRoot}/out/**/*.js"
15-
],
16-
"preLaunchTask": "npm"
15+
]
1716
},
1817
{
1918
"name": "Launch Tests",
@@ -25,8 +24,7 @@
2524
"sourceMaps": true,
2625
"outFiles": [
2726
"${workspaceRoot}/out/**/*.js"
28-
],
29-
"preLaunchTask": "npm"
27+
]
3028
}
3129
]
3230
}

0 commit comments

Comments
 (0)