From 0858437196b73ab89c22a3c2160e3b0f15ca276e Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Mon, 4 Nov 2024 23:59:46 -0500 Subject: [PATCH] Undo launch changes --- .vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 5fe33211..57c2cdf4 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -11,7 +11,7 @@ "preLaunchTask": "build", // If you have changed target frameworks, make sure to update the program path. "program": "${workspaceFolder}/ProtectionScan/bin/Debug/net8.0/ProtectionScan.dll", - "args": ["/mnt/b/BurnOutSharp Testing Files/PackerType/NSIS/"], + "args": [], "cwd": "${workspaceFolder}/ProtectionScan", // For more information about the 'console' field, see https://aka.ms/VSCode-CS-LaunchJson-Console "console": "internalConsole",