is-monitor/.vscode/launch.json

24 lines
803 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.2.0",
"configurations": [
{
"name": "Launch Chrome 127.0.0.1 (2)",
"type": "chrome",
"request": "launch",
"port": 9281,
"webRoot": "${workspaceFolder}",
"url": "http://127.0.0.1:39447/p/is-monitor/is-monitor-frontend/src/index.html?_cmAuth\u003dwfreghlipl"
},
{
"name": "Launch Chrome 127.0.0.1",
"type": "chrome",
"request": "launch",
"port": 9225,
"webRoot": "${workspaceFolder}",
"url": "http://127.0.0.1:39447/p/is-monitor/is-monitor-frontend/src/app/app.component.html?_cmAuth\u003dwfreghlipl"
}
]
}