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
commit 625876ff07
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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"