Skip to content

Commit 886f17b

Browse files
committed
Removed auto build as it was mucking with break points
1 parent a666cd0 commit 886f17b

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.vscode/launch.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,7 @@
1010
"args": [
1111
"--extensionDevelopmentPath=${workspaceRoot}",
1212
"${workspaceFolder}/sample/project"
13-
],
14-
"preLaunchTask": {
15-
"type": "npm",
16-
"script": "build"
17-
}
13+
]
1814
},
1915
{
2016
"type": "node",

0 commit comments

Comments
 (0)