Adjust VSCode browser launch regex

VSCode stopped launching BTCPay in a new browser tab after this commit: ab3aab9c22 (diff-2baea61aec1a18e36f951b0060f693c9bd10d9610e2681d36277e79d101005bcR66)
This commit is contained in:
Umar Bolatov 2022-01-11 21:11:15 -08:00
parent 4c032e9e6a
commit b935275fd9
No known key found for this signature in database
GPG key ID: 2C1F9AEB371D2A28

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"