This commit is contained in:
2019-10-01 22:53:58 +00:00
parent a3fcf052a3
commit 98971b58b9

2
.vscode/launch.json vendored
View File

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