Merge launch configs

pull/2772/head
Alex Dima 3 years ago
parent de38109d4c
commit 423a55b305
No known key found for this signature in database
GPG Key ID: 39563C1504FDD0C9

@ -29,6 +29,15 @@
"program": "${workspaceFolder}/node_modules/gulp/bin/gulp.js",
"args": ["website"],
"cwd": "${workspaceFolder}"
},
{
"type": "pwa-node",
"request": "launch",
"name": "webpack plugin test",
"skipFiles": ["<node_internals>/**"],
"program": "${workspaceFolder}/webpack-plugin/node_modules/.bin/webpack",
"args": ["--config", "test/webpack.config.js"],
"cwd": "${workspaceFolder}/webpack-plugin/"
}
]
}

@ -1,16 +0,0 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "launch",
"cwd": "${workspaceFolder}/test/",
"name": "Launch Program",
"program": "${workspaceFolder}/node_modules/.bin/webpack",
"args": ["--config", "webpack.config.js"]
}
]
}
Loading…
Cancel
Save