From 15bd78ee5b753a51fd9f8214a6ee8f5007e2d40f Mon Sep 17 00:00:00 2001 From: Steve Smith Date: Wed, 14 Apr 2021 16:27:56 -0400 Subject: [PATCH] Add default Development launch profile for Kestreal (#522) --- src/Web/Properties/launchSettings.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/Web/Properties/launchSettings.json b/src/Web/Properties/launchSettings.json index dad804b..4dfb1e9 100644 --- a/src/Web/Properties/launchSettings.json +++ b/src/Web/Properties/launchSettings.json @@ -17,6 +17,15 @@ }, "applicationUrl": "https://localhost:5001;http://localhost:5000" }, + "Web": { + "commandName": "Project", + "launchBrowser": true, + "inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}", + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + }, + "applicationUrl": "https://localhost:5001;http://localhost:5000" + }, "Web - PROD": { "commandName": "Project", "launchBrowser": true,