From 6eb8a5a1c6ace6e1f6391f32655321eb125706d0 Mon Sep 17 00:00:00 2001 From: Alex Hedley Date: Tue, 26 Sep 2023 08:26:56 +0100 Subject: [PATCH] Settings --- src/Utility/Properties/launchSettings.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Utility/Properties/launchSettings.json b/src/Utility/Properties/launchSettings.json index efbdd11..4638ed9 100644 --- a/src/Utility/Properties/launchSettings.json +++ b/src/Utility/Properties/launchSettings.json @@ -10,13 +10,13 @@ "profiles": { "Utility": { "commandName": "Project", - "dotnetRunMessages": true, "launchBrowser": true, "inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}", "applicationUrl": "https://localhost:7124;http://localhost:5124", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" - } + }, + "dotnetRunMessages": true }, "IIS Express": { "commandName": "IISExpress", @@ -27,4 +27,4 @@ } } } -} +} \ No newline at end of file