This commit is contained in:
4
.vscode/launch.json
vendored
4
.vscode/launch.json
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user