UNPKG

1.18 kBJSONView Raw
1{
2 // Use IntelliSense to learn about possible attributes.
3 // Hover to view descriptions of existing attributes.
4 // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
5 "version": "0.2.0",
6 "configurations": [
7 {
8 "type": "node",
9 "request": "launch",
10 "name": "Debug File",
11 "program": "${file}"
12 },
13 {
14 "name": "mocha-webpack playground",
15 "type": "node",
16 "request": "launch",
17 "program": "${workspaceRoot}/node_modules/mocha-webpack/bin/mocha-webpack",
18 "cwd": "${workspaceRoot}",
19 "args": [
20 "--require",
21 "source-map-support/register",
22 "--webpack-config",
23 "webpack.config.test.js",
24 "test/**/playground.ts"
25 ],
26 "runtimeArgs": [
27 "--debug-brk"
28 ],
29 "console": "internalConsole",
30 "stopOnEntry": false,
31 "sourceMaps": true,
32 "preLaunchTask": null,
33 "runtimeExecutable": null
34 }
35 ]
36}
\No newline at end of file