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