From 32caad6d909e5adfb3b2b9faa0f6d79ee7ffea6a Mon Sep 17 00:00:00 2001 From: Oscar Hinton Date: Mon, 3 Jan 2022 15:18:25 +0100 Subject: [PATCH] Disable automatically launching browser (#3) --- src/KeyConnector/Properties/launchSettings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/KeyConnector/Properties/launchSettings.json b/src/KeyConnector/Properties/launchSettings.json index 8dce948..cf66518 100644 --- a/src/KeyConnector/Properties/launchSettings.json +++ b/src/KeyConnector/Properties/launchSettings.json @@ -18,7 +18,7 @@ "SsoAgent": { "commandName": "Project", "dotnetRunMessages": "true", - "launchBrowser": true, + "launchBrowser": false, "applicationUrl": "http://localhost:5000", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development"