Delete .vscode directory

This commit is contained in:
sal063
2026-04-17 20:41:01 +03:00
committed by GitHub
parent dba11ff0af
commit 2dbd1fbbfc
-23
View File
@@ -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"
}
]
}