From 60157eb70cff47232f2c28c22a0bbf1b86ba7b20 Mon Sep 17 00:00:00 2001 From: "M.K. Safi" Date: Sat, 25 Jul 2020 10:11:30 -0700 Subject: [PATCH] Remove .NET Core Attach debug configurations --- .vscode/launch.json | 6 ------ 1 file changed, 6 deletions(-) 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}" } ] }