diff --git a/.vscode/launch.json b/.vscode/launch.json index 4b9ab5cd..dab72434 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -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",