diff --git a/.vscode/launch.json b/.vscode/launch.json index 1e6f2371c..83182cff2 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -28,12 +28,6 @@ "logging": { "moduleLoad": false } - }, - { - "name": ".NET Core Attach", - "type": "coreclr", - "request": "attach", - "processId": "${command:pickProcess}" } ] }