Skip to content

Commit 241a301

Browse files
committed
2 parents 2c0e8da + a387432 commit 241a301

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.vscode/launch.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@
2323
"args": [],
2424
"cwd": "${workspaceFolder}/SampleApp/BackEnd",
2525
"stopAtEntry": false,
26+
"serverReadyAction": {
27+
"action": "openExternally",
28+
"pattern": "\\bNow listening on:\\s+(https?://\\S+)",
29+
"uriFormat": "%s/swagger"
30+
},
2631
"env": {
2732
"ASPNETCORE_ENVIRONMENT": "Development"
2833
},

0 commit comments

Comments
 (0)