From 7c174c5c3a321d414db36b0659fcae8ef2282b54 Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Thu, 17 Oct 2019 15:47:13 +0200 Subject: [PATCH] Fixed launch --- .vscode/launch.json | 12 ++---------- is-monitor-frontend/.vscode/launch.json | 6 +++--- 2 files changed, 5 insertions(+), 13 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 756957f..57b9a68 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -4,21 +4,13 @@ { "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, + "port": 9240, "webRoot": "${workspaceFolder}", - "url": "http://127.0.0.1:39447/p/is-monitor/is-monitor-frontend/src/app/app.component.html?_cmAuth\u003dwfreghlipl" + "url": "http://127.0.0.1:4200" } ] } \ No newline at end of file diff --git a/is-monitor-frontend/.vscode/launch.json b/is-monitor-frontend/.vscode/launch.json index 0e8097c..7af59ba 100644 --- a/is-monitor-frontend/.vscode/launch.json +++ b/is-monitor-frontend/.vscode/launch.json @@ -5,12 +5,12 @@ "version": "0.2.0", "configurations": [ { - "name": "Launch Chrome localhost", + "name": "Launch Chrome is-monitor-frontend on Angular CLI Server", "type": "chrome", "request": "launch", - "port": 9276, + "port": 9225, "webRoot": "${workspaceFolder}", - "url": "http://localhost:4200/" + "url": "http://localhost:4200/#" } ] } \ No newline at end of file