This commit is contained in:
2019-09-30 19:00:39 +00:00
parent 59c710dd14
commit 9d88511fa5
5 changed files with 72 additions and 58 deletions

2
.vscode/launch.json vendored
View File

@@ -36,7 +36,7 @@
//"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/qbridge/"
"uriFormat": "http://localhost:%s/start/"
},
"env": {
"ASPNETCORE_ENVIRONMENT": "Development"