Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Commit

Permalink
trying to launch both
Browse files Browse the repository at this point in the history
  • Loading branch information
bradygaster committed Jun 30, 2023
1 parent 83d5215 commit a387432
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@
"args": [],
"cwd": "${workspaceFolder}/SampleApp/BackEnd",
"stopAtEntry": false,
"serverReadyAction": {
"action": "openExternally",
"pattern": "\\bNow listening on:\\s+(https?://\\S+)",
"uriFormat": "%s/swagger"
},
"env": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
Expand Down

0 comments on commit a387432

Please sign in to comment.