From d2ed0a822a38567792679367585c43b384f0ab11 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Wed, 3 Sep 2025 08:35:04 -0400 Subject: [PATCH] Clean up configuration files --- .vscode/launch.json | 20 +++++--------------- .vscode/settings.json | 3 --- 2 files changed, 5 insertions(+), 18 deletions(-) delete mode 100644 .vscode/settings.json diff --git a/.vscode/launch.json b/.vscode/launch.json index 912c395b..73c97222 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -11,24 +11,14 @@ "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": [], + "args": [ + "/mnt/b/BurnOutSharp Testing Files/PackerType/Installer VISE" + ], "cwd": "${workspaceFolder}/ProtectionScan", // For more information about the 'console' field, see https://aka.ms/VSCode-CS-LaunchJson-Console "console": "internalConsole", - "stopAtEntry": false - }, - { - "name": ".NET Core Launch (ExtractionTool)", - "type": "coreclr", - "request": "launch", - "preLaunchTask": "build", - // If you have changed target frameworks, make sure to update the program path. - "program": "${workspaceFolder}/ExtractionTool/bin/Debug/net9.0/ExtractionTool.dll", - "args": [], - "cwd": "${workspaceFolder}/ExtractionTool", - // For more information about the 'console' field, see https://aka.ms/VSCode-CS-LaunchJson-Console - "console": "internalConsole", - "stopAtEntry": false + "stopAtEntry": false, + "justMyCode": false, }, { "name": ".NET Core Attach", diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 14c0824e..00000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "dotnet.defaultSolution": "BinaryObjectScanner.sln" -} \ No newline at end of file