Skip to content

Commit

Permalink
Validation moved to composite use cases (ivanpaulovich#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanpaulovich authored Sep 23, 2020
1 parent cb972ea commit 53a8b1c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@
// For further information visit https://github.com/OmniSharp/omnisharp-vscode/blob/master/debugger-launchjson.md
"version": "0.2.0",
"configurations": [
{
"name": "Docker .NET Core Attach (Preview)",
"type": "docker",
"request": "attach",
"platform": "netCore",
"sourceFileMap": {
"/src": "${workspaceFolder}"
}
},
{
"name": ".NET Core Launch (Identity Server)",
"type": "coreclr",
Expand Down

0 comments on commit 53a8b1c

Please sign in to comment.