We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
sourceMapPathOverrides
1 parent 720038b commit 69836afCopy full SHA for 69836af
bin/commands/generator/workspace/templates/processed/.vscode/launch.json
@@ -25,19 +25,13 @@
25
"port": 9222,
26
"request": "attach",
27
"type": "chrome",
28
- "urlFilter": "http://localhost/*",
29
- "sourceMapPathOverrides": {
30
- "webpack://<%- workspace %>/*": "${workspaceFolder}/*"
31
- }
+ "urlFilter": "http://localhost/*"
32
},
33
{
34
"name": "Launch Chrome",
35
"request": "launch",
36
37
- "url": "http://localhost:8080",
38
39
40
+ "url": "http://localhost:8080"
41
}
42
]
43
0 commit comments