Dont' stop debugger on launching vscode-extension

This commit is contained in:
Kris De Volder
2017-04-30 07:33:04 -07:00
parent 5ccb3e5f22
commit acfbd72978

View File

@@ -9,7 +9,7 @@
"request": "launch",
"runtimeExecutable": "${execPath}",
"args": ["--extensionDevelopmentPath=${workspaceRoot}" ],
"stopOnEntry": true,
"stopOnEntry": false,
"sourceMaps": true,
"outDir": "${workspaceRoot}/out/lib",
"preLaunchTask": "npm"