From: deathride58 Date: Sun, 24 Dec 2023 03:42:14 +0000 (-0500) Subject: Adds a vscode launch option for starting the client in the compatibility renderer... X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=30ff5fde6922d129f63642ef0ce1c0c641d2739b;p=space-station-14.git Adds a vscode launch option for starting the client in the compatibility renderer (#22904) adds a vscode launch option to start the client with the compatibility renderer --- diff --git a/.vscode/launch.json b/.vscode/launch.json index 4d7ba6748e..5390b91409 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -13,6 +13,15 @@ "console": "internalConsole", "stopAtEntry": false }, + { + "name": "Client (Compatibility renderer)", + "type": "coreclr", + "request": "launch", + "program": "${workspaceFolder}/bin/Content.Client/Content.Client.dll", + "args": "--cvar display.compat=true", + "console": "internalConsole", + "stopAtEntry": false + }, { "name": "Server", "type": "coreclr",