From 27de97bf9325d02c6e5bf13e005e2c805ac963a3 Mon Sep 17 00:00:00 2001 From: Mike Griese Date: Mon, 31 Jan 2022 22:34:18 -0600 Subject: [PATCH] Add `experimental.useAtlasEngine` to schema (#12304) does what it says on the can. * [x] closes #12302 Co-authored-by: Dustin L. Howett --- doc/cascadia/profiles.schema.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/cascadia/profiles.schema.json b/doc/cascadia/profiles.schema.json index 264ee83f9eb..191975b9638 100644 --- a/doc/cascadia/profiles.schema.json +++ b/doc/cascadia/profiles.schema.json @@ -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.",