Add launch config to debug gulp build file
parent
eb624d2d04
commit
e911d664a4
|
@ -19,6 +19,17 @@
|
||||||
"sourceMaps": true,
|
"sourceMaps": true,
|
||||||
"outFiles": [ "${workspaceRoot}/out/**/*.js" ]
|
"outFiles": [ "${workspaceRoot}/out/**/*.js" ]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"type": "node",
|
||||||
|
"request": "launch",
|
||||||
|
"name": "Gulp Build",
|
||||||
|
"program": "${workspaceRoot}/node_modules/gulp/bin/gulp.js",
|
||||||
|
"stopOnEntry": true,
|
||||||
|
"args": [
|
||||||
|
"watch-extension:json-client"
|
||||||
|
],
|
||||||
|
"cwd": "${workspaceRoot}"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "node",
|
"type": "node",
|
||||||
"request": "attach",
|
"request": "attach",
|
||||||
|
|
Loading…
Reference in New Issue