diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index 3e6fa827..00000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "version": "0.2.0", - "configurations": [ - { - "name": "AC6Recomp (RelWithDebInfo)", - "type": "cppvsdbg", - "request": "launch", - "program": "C:\\Users\\Zalamander\\AC6Recomp\\out\\build\\win-amd64-relwithdebinfo\\ac6recomp.exe", - "args": [ - "C:\\Users\\Zalamander\\AC6Recomp\\assets", - "--enable_console=false", - "--log_level=info", - "--d3d12_allow_variable_refresh_rate_and_tearing=true", - "--present_effect=fsr3", - "--present_fsr_quality_mode=nativeaa", - "--resolution=1440p", - "--fullscreen=true" - ], - "cwd": "${workspaceFolder}", - "console": "integratedTerminal" - } - ] -}