diff --git a/.vscode/launch.json b/.vscode/launch.json index 76f6da9..538b2bc 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -11,6 +11,11 @@ "cwd": "${workspaceFolder}/src/Immersion", "console": "internalConsole", "stopAtEntry": false + }, + { + "name": ".NET Attach", + "type": "coreclr", + "request": "attach" } ] }