Fix Policy Instance Dialog Component
[portal/nonrtric-controlpanel.git] / webapp-frontend / .vscode / launch.json
1 {
2     "version": "0.2.0",
3     "configurations": [
4         {
5             "type": "chrome",
6             "request": "launch",
7             "name": "Launch Chrome against localhost",
8             "url": "http://localhost:4200",
9             "webRoot": "${workspaceFolder}"
10         },
11         {
12             "type": "chrome",
13             "request": "launch",
14             "name": "Jasmine Debugger",
15             "url": "http://localhost:9876/debug.html",
16             "webRoot": "${workspaceFolder}",
17             "sourceMaps": true,
18             "sourceMapPathOverrides": {
19                 "webpack:/*": "${webRoot}/*",
20                 "/./*": "${webRoot}/*",
21                 "/src/*": "${webRoot}/*",
22                 "./*": "${webRoot}/*",
23                 "_karma_webpack_/*": "${webRoot}/*",
24                 "/./~/*": "${workspaceFolder}/node_modules/*"
25             }
26         }
27     ]
28 }