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
This commit is contained in:
parent
5d0624bd34
commit
30ff5fde69
1 changed files with 9 additions and 0 deletions
9
.vscode/launch.json
vendored
9
.vscode/launch.json
vendored
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue