This commit is contained in:
2019-10-01 18:28:47 +00:00
parent ef3397c421
commit 9c5a0f2ae1
3 changed files with 25 additions and 6 deletions

4
.vscode/launch.json vendored
View File

@@ -35,8 +35,8 @@
"action": "openExternally",
//"pattern": "^\\s*Now listening on:\\s+(https?://\\S+)",
//https://github.com/OmniSharp/omnisharp-vscode/blob/master/debugger-launchjson.md#specifying-the-browsers-url
"pattern": "^\\s*Now listening on:\\s+http://\\S+:([0-9]+)",
"uriFormat": "http://localhost:%s/start/"
"pattern": "^\\s*Now listening on:\\s+https://\\S+:([0-9]+)",
"uriFormat": "https://localhost:%s/start/222"
},
"env": {
"ASPNETCORE_ENVIRONMENT": "Development"