Clean up configuration files

This commit is contained in:
Matt Nadareski
2025-09-03 08:35:04 -04:00
parent e21a6e78d7
commit d2ed0a822a
2 changed files with 5 additions and 18 deletions

20
.vscode/launch.json vendored
View File

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

View File

@@ -1,3 +0,0 @@
{
"dotnet.defaultSolution": "BinaryObjectScanner.sln"
}