aboutsummaryrefslogtreecommitdiff
path: root/Timeline/ClientApp/.vscode/launch.json
diff options
context:
space:
mode:
Diffstat (limited to 'Timeline/ClientApp/.vscode/launch.json')
-rw-r--r--Timeline/ClientApp/.vscode/launch.json11
1 files changed, 9 insertions, 2 deletions
diff --git a/Timeline/ClientApp/.vscode/launch.json b/Timeline/ClientApp/.vscode/launch.json
index 5b749430..96a3c552 100644
--- a/Timeline/ClientApp/.vscode/launch.json
+++ b/Timeline/ClientApp/.vscode/launch.json
@@ -7,9 +7,16 @@
{
"type": "chrome",
"request": "launch",
- "name": "Launch Chrome against localhost",
+ "name": "Launch app",
"url": "https://localhost:5001",
"webRoot": "${workspaceFolder}"
- }
+ },
+ {
+ "type": "chrome",
+ "request": "launch",
+ "name": "Launch test",
+ "url": "http://localhost:9876",
+ "webRoot": "${workspaceFolder}"
+ }
]
}