Skip to content

Commit

Permalink
Launcher for edi (#3566)
Browse files Browse the repository at this point in the history
  • Loading branch information
mimse authored Sep 20, 2024
1 parent e828c6d commit b185818
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,27 @@
"/Views": "${workspaceFolder}/Views"
}
},
{
"name": "Launch Edi",
"type": "coreclr",
"request": "launch",
"preLaunchTask": "build eSett",
"program": "${workspaceFolder}/backend/opengeh-edi/source/B2CWebApi/bin/Debug/net8.0/Energinet.DataHub.EDI.B2CWebApi.dll",
"args": [],
"cwd": "${workspaceFolder}/backend/opengeh-edi/source/B2CWebApi",
"stopAtEntry": false,
"serverReadyAction": {
"action": "openExternally",
"pattern": "\\bNow listening on:\\s+(https?://\\S+)"
},
"env": {
"ASPNETCORE_ENVIRONMENT": "Development",
"ASPNETCORE_URLS": "http://localhost:6004"
},
"sourceFileMap": {
"/Views": "${workspaceFolder}/Views"
}
},
{
"type": "node",
"name": "vscode-jest-tests",
Expand Down

0 comments on commit b185818

Please sign in to comment.