Make vscode open the browser automatically

This commit is contained in:
nicolas.dorier 2020-07-29 19:54:52 +09:00
parent 22da4182b1
commit cfdd1af3a3
No known key found for this signature in database
GPG key ID: 6618763EF09186FE

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": "\\bNow listening on:\\s+(https?://\\S+)"
"pattern": "\\bListening on\\s+(https?://\\S+)"
},
"env": {
"ASPNETCORE_ENVIRONMENT": "Development"