From 55d70e35a1d249f29631bf62582017e9125bf815 Mon Sep 17 00:00:00 2001 From: Robert Marshall Date: Sun, 9 May 2021 07:32:29 +0100 Subject: [PATCH] Don't open browser when debugging. --- src/Robware.Api.Blog/Properties/launchSettings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Robware.Api.Blog/Properties/launchSettings.json b/src/Robware.Api.Blog/Properties/launchSettings.json index 2b67c7f..63d4bec 100644 --- a/src/Robware.Api.Blog/Properties/launchSettings.json +++ b/src/Robware.Api.Blog/Properties/launchSettings.json @@ -17,7 +17,7 @@ }, "Robware.Api.Blog": { "commandName": "Project", - "launchBrowser": true, + "launchBrowser": false, "launchUrl": "weatherforecast", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development"