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

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"