Skip to content

Commit

Permalink
Adds a vscode launch option for starting the client in the compatibil…
Browse files Browse the repository at this point in the history
…ity renderer (#22904)

adds a vscode launch option to start the client with the compatibility renderer

(cherry picked from commit 30ff5fde6922d129f63642ef0ce1c0c641d2739b)
  • Loading branch information
deathride58 authored and DebugOk committed Jan 22, 2024
1 parent cc3d38a commit 5f2e378
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 5f2e378

Please sign in to comment.