From 2dbd1fbbfc6f1f65ee1995bafd366724db0287c7 Mon Sep 17 00:00:00 2001 From: sal063 <107197232+sal063@users.noreply.github.com> Date: Fri, 17 Apr 2026 20:41:01 +0300 Subject: [PATCH] Delete .vscode directory --- .vscode/launch.json | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 .vscode/launch.json 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" - } - ] -}