From 5736aae17393da9d6968efaaacd6a1e7984717ca Mon Sep 17 00:00:00 2001 From: Sedat Kapanoglu Date: Sun, 25 Feb 2024 14:55:28 -0800 Subject: [PATCH] remove unused launch task --- .vscode/launch.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 7916c43..c7fd454 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -16,12 +16,6 @@ // For more information about the 'console' field, see https://aka.ms/VSCode-CS-LaunchJson-Console "console": "internalConsole", "stopAtEntry": false - }, - { - "name": ".NET Core Attach", - "type": "coreclr", - "request": "attach", - "processId": "${command:pickProcess}" } ] } \ No newline at end of file