提交 e911d664 编写于 作者: D Dirk Baeumer

Add launch config to debug gulp build file

上级 eb624d2d
......@@ -19,6 +19,17 @@
"sourceMaps": true,
"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",
"request": "attach",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册