is-monitor/.vscode/launch.json

16 lines
440 B
JSON
Raw Permalink Normal View History

2019-09-30 14:32:24 +02:00
// 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",
"type": "chrome",
"request": "launch",
2019-10-17 15:47:13 +02:00
"port": 9240,
"webRoot": "${workspaceFolder}",
2019-10-17 15:47:13 +02:00
"url": "http://127.0.0.1:4200"
2019-09-30 14:32:24 +02:00
}
]
}