From 5a5e28da82fcc0ef673b527e9cbcd6f6d6758275 Mon Sep 17 00:00:00 2001 From: Seonkyu_Kim Date: Wed, 16 Apr 2025 17:37:55 +0900 Subject: [PATCH] =?UTF-8?q?[=F0=9F=93=9D]=20=EB=A1=9C=EC=BB=AC=20=ED=85=8C?= =?UTF-8?q?=EC=8A=A4=ED=8A=B8=20=EC=9C=84=ED=95=9C=20=EC=98=A4=EB=A5=98?= =?UTF-8?q?=EB=A9=94=EC=84=B8=EC=A7=80=20=EC=A4=91=EB=8B=A8=20=EC=B2=98?= =?UTF-8?q?=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Properties/launchSettings.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Properties/launchSettings.json b/Properties/launchSettings.json index 62302d1..45e290c 100644 --- a/Properties/launchSettings.json +++ b/Properties/launchSettings.json @@ -12,8 +12,8 @@ "http": { "commandName": "Project", "dotnetRunMessages": true, - "launchBrowser": true, - "inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}", + "launchBrowser": false, +// "inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}", "applicationUrl": "http://localhost:5024", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" @@ -22,8 +22,8 @@ "https": { "commandName": "Project", "dotnetRunMessages": true, - "launchBrowser": true, - "inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}", + "launchBrowser": false, +// "inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}", "applicationUrl": "https://localhost:7274;http://localhost:5024", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" @@ -31,8 +31,8 @@ }, "IIS Express": { "commandName": "IISExpress", - "launchBrowser": true, - "inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}", + "launchBrowser": false, +// "inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" }