mirror of
https://github.com/microsoft/terminal.git
synced 2025-12-25 02:01:28 -05:00
Remove DxEngine (#16278)
With AtlasEngine being fairly stable at this point and being enabled by default in the 1.19 branch, this changeset removes DxEngine. ## Validation Steps Performed * WT builds and runs ✅ * WpfTestNetCore ✅ * Saving the config removes the `useAtlasEngine` key ✅
This commit is contained in:
@@ -2791,11 +2791,6 @@
|
||||
"description": "Use to set a path to a pixel shader to use with the Terminal. Overrides `experimental.retroTerminalEffect`. This is an experimental feature, and its continued existence is not guaranteed.",
|
||||
"type": "string"
|
||||
},
|
||||
"useAtlasEngine": {
|
||||
"description": "Windows Terminal 1.16 and later ship with a new, performant text renderer. Set this to false to revert back to the old text renderer.",
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
},
|
||||
"fontFace": {
|
||||
"default": "Cascadia Mono",
|
||||
"description": "[deprecated] Define 'face' within the 'font' object instead.",
|
||||
|
||||
Reference in New Issue
Block a user