diff --git a/.vscode/launch.json b/.vscode/launch.json index dc6534de..0c6485ae 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}/Test/bin/Debug/net6.0/Test.dll", - "args": ["--info", "R:\\BurnOutSharp Testing Files\\_HLLibTest\\as_oilrig.bsp"], + "args": [], "cwd": "${workspaceFolder}/Test", // For more information about the 'console' field, see https://aka.ms/VSCode-CS-LaunchJson-Console "console": "internalConsole",