We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2c0e8da + a387432 commit 241a301Copy full SHA for 241a301
.vscode/launch.json
@@ -23,6 +23,11 @@
23
"args": [],
24
"cwd": "${workspaceFolder}/SampleApp/BackEnd",
25
"stopAtEntry": false,
26
+ "serverReadyAction": {
27
+ "action": "openExternally",
28
+ "pattern": "\\bNow listening on:\\s+(https?://\\S+)",
29
+ "uriFormat": "%s/swagger"
30
+ },
31
"env": {
32
"ASPNETCORE_ENVIRONMENT": "Development"
33
},
0 commit comments