Skip to content

Commit

Permalink
Add experimental.useAtlasEngine to schema (#12304)
Browse files Browse the repository at this point in the history
does what it says on the can.

* [x] closes #12302

Co-authored-by: Dustin L. Howett <duhowett@microsoft.com>
  • Loading branch information
zadjii-msft and DHowett committed Feb 1, 2022
1 parent 469202f commit 27de97b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/cascadia/profiles.schema.json
Expand Up @@ -2059,6 +2059,11 @@
"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"
},
"experimental.useAtlasEngine": {
"description": "Enable using the experimental new rendering engine for this profile. This is an experimental feature, and its continued existence is not guaranteed.",
"type": "boolean",
"default": false
},
"fontFace": {
"default": "Cascadia Mono",
"description": "[deprecated] Define 'face' within the 'font' object instead.",
Expand Down

0 comments on commit 27de97b

Please sign in to comment.