From 2e246123cfabdfbd5c3f544727c9a1e995af8602 Mon Sep 17 00:00:00 2001 From: Kayla Cinnamon Date: Tue, 20 Jul 2021 07:16:40 -0700 Subject: [PATCH] Add `experimental.input.forceVT` to JSON schema (#10715) ## Summary of the Pull Request Looks like we forgot to add `experimental.input.forceVT` to the JSON schema when it was implemented in #6309 --- doc/cascadia/profiles.schema.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/cascadia/profiles.schema.json b/doc/cascadia/profiles.schema.json index 0294330e9d2..b7b9d2a979d 100644 --- a/doc/cascadia/profiles.schema.json +++ b/doc/cascadia/profiles.schema.json @@ -1116,6 +1116,10 @@ "description": "When set to true, we will use the software renderer (a.k.a. WARP) instead of the hardware one.", "type": "boolean" }, + "experimental.input.forceVT": { + "description": "Force the terminal to use the legacy input encoding. Certain keys in some applications may stop working when enabling this setting.", + "type": "boolean" + }, "initialCols": { "default": 120, "description": "The number of columns displayed in the window upon first load. If \"launchMode\" is set to \"maximized\" (or \"maximizedFocus\"), this property is ignored.",