Undo launch changes

This commit is contained in:
Matt Nadareski
2024-11-04 23:59:46 -05:00
parent ece758bf03
commit 0858437196

2
.vscode/launch.json vendored
View File

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