mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
23 lines
623 B
JSON
23 lines
623 B
JSON
{
|
|
// 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.11.0",
|
|
"configurations": [
|
|
{
|
|
"type": "chrome",
|
|
"request": "launch",
|
|
"name": "Launch Chrome",
|
|
"url": "https://192.168.2.112:4200",
|
|
"webRoot": "${workspaceFolder}",
|
|
"sourceMaps": true,
|
|
"sourceMapPathOverrides": {
|
|
"/./*": "${webRoot}/*",
|
|
"/src/*": "${webRoot}/*",
|
|
"/*": "*",
|
|
"/./~/*": "${webRoot}/node_modules/*"
|
|
}
|
|
}
|
|
]
|
|
}
|