From ef03ca3a03639a68af33a0ad97ae25b8a12f6978 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Sun, 7 Sep 2025 12:36:49 -0400 Subject: [PATCH] Undo launch change --- .vscode/launch.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 2ea04a6e..f8821671 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -11,9 +11,7 @@ "preLaunchTask": "build", // If you have changed target frameworks, make sure to update the program path. "program": "${workspaceFolder}/ProtectionScan/bin/Debug/net9.0/ProtectionScan.dll", - "args": [ - "/home/matt/Downloads/_BADEXE/" - ], + "args": [], "cwd": "${workspaceFolder}/ProtectionScan", // For more information about the 'console' field, see https://aka.ms/VSCode-CS-LaunchJson-Console "console": "internalConsole",