mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 20:52:56 +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",
|
"program": "${workspaceFolder}/node_modules/gulp/bin/gulp.js",
|
||||||
"args": ["website"],
|
"args": ["website"],
|
||||||
"cwd": "${workspaceFolder}"
|
"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/"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
16
webpack-plugin/.vscode/launch.json
vendored
16
webpack-plugin/.vscode/launch.json
vendored
|
|
@ -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…
Add table
Add a link
Reference in a new issue