Undo launch change

This commit is contained in:
Matt Nadareski
2025-09-07 12:36:49 -04:00
parent 28783c83cf
commit ef03ca3a03

4
.vscode/launch.json vendored
View File

@@ -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",