From 46bf68e9ad336aebea048798f572f1c83261a8a1 Mon Sep 17 00:00:00 2001 From: Ryan Date: Sat, 8 Jul 2023 08:11:24 -0400 Subject: [PATCH] launch setting tweaks --- .vscode/launch.json | 1 + Properties/launchSettings.json | 16 ---------------- 2 files changed, 1 insertion(+), 16 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 3455009..1dc7b3f 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -19,6 +19,7 @@ "action": "openExternally", "pattern": "\\bNow listening on:\\s+(https?://\\S+)" }, + "checkForDevCert": false, "env": { "ASPNETCORE_ENVIRONMENT": "Development" }, diff --git a/Properties/launchSettings.json b/Properties/launchSettings.json index 594817d..2d512d2 100644 --- a/Properties/launchSettings.json +++ b/Properties/launchSettings.json @@ -16,22 +16,6 @@ "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" } - }, - "https": { - "commandName": "Project", - "dotnetRunMessages": true, - "launchBrowser": true, - "applicationUrl": "https://localhost:7258;http://localhost:5022", - "environmentVariables": { - "ASPNETCORE_ENVIRONMENT": "Development" - } - }, - "IIS Express": { - "commandName": "IISExpress", - "launchBrowser": true, - "environmentVariables": { - "ASPNETCORE_ENVIRONMENT": "Development" - } } } }