mirror of
https://github.com/sal063/AC6_recomp
synced 2026-05-23 06:54:32 -04:00
Delete .vscode directory
This commit is contained in:
Vendored
-23
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user