Merge pull request #3293 from bolatovumar/fix/vscode-browser-launch

Adjust VSCode browser launch regex
This commit is contained in:
Nicolas Dorier
2022-01-12 14:25:34 +09:00
committed by GitHub

2
.vscode/launch.json vendored
View File

@@ -17,7 +17,7 @@
// Enable launching a web browser when ASP.NET Core starts. For more information: https://aka.ms/VSCode-CS-LaunchJson-WebBrowser
"serverReadyAction": {
"action": "openExternally",
"pattern": "\\bListening on\\s+(https?://\\S+)"
"pattern": "\\bNow listening on:\\s+(https?://\\S+)"
},
"env": {
"ASPNETCORE_ENVIRONMENT": "Development"