From df93f8299f35f9aaffe5422bf3af01f9ec7791c8 Mon Sep 17 00:00:00 2001 From: ThompsonNye Date: Mon, 16 Jun 2025 17:16:00 +0200 Subject: [PATCH] Update Angular launch profile --- src/Vegasco-Web/.vscode/launch.json | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/src/Vegasco-Web/.vscode/launch.json b/src/Vegasco-Web/.vscode/launch.json index 8907192..80a5fe9 100644 --- a/src/Vegasco-Web/.vscode/launch.json +++ b/src/Vegasco-Web/.vscode/launch.json @@ -3,18 +3,11 @@ "version": "0.2.0", "configurations": [ { - "name": "ng serve", + "name": "Launch (Chrome)", "type": "chrome", "request": "launch", "preLaunchTask": "npm: start", "url": "http://localhost:44200/", - }, - { - "name": "ng test", - "type": "chrome", - "request": "launch", - "preLaunchTask": "npm: test", - "url": "http://localhost:9876/debug.html" } ] }