]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Adds a vscode launch option for starting the client in the compatibility renderer...
authordeathride58 <deathride58@users.noreply.github.com>
Sun, 24 Dec 2023 03:42:14 +0000 (22:42 -0500)
committerGitHub <noreply@github.com>
Sun, 24 Dec 2023 03:42:14 +0000 (19:42 -0800)
adds a vscode launch option to start the client with the compatibility renderer

.vscode/launch.json

index 4d7ba6748e02e83f761d3564dd1b4fd79ca5104a..5390b9140938dbf6eaa59828d245ae2a1053c55a 100644 (file)
             "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",