mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 05:50:11 +01:00
Merge launch configs
This commit is contained in:
parent
de38109d4c
commit
423a55b305
2 changed files with 9 additions and 16 deletions
9
.vscode/launch.json
vendored
9
.vscode/launch.json
vendored
|
|
@ -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/"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue