From b0c07ef1eb56af264f497d391af725617a518958 Mon Sep 17 00:00:00 2001 From: Mike Griese Date: Tue, 6 Apr 2021 14:11:29 -0500 Subject: [PATCH] Add identifyWindow(s?) to the schema (#9726) Fixes #9721. --- doc/cascadia/profiles.schema.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/cascadia/profiles.schema.json b/doc/cascadia/profiles.schema.json index 735fbe974..2be2ec1a4 100644 --- a/doc/cascadia/profiles.schema.json +++ b/doc/cascadia/profiles.schema.json @@ -77,6 +77,8 @@ "duplicateTab", "find", "findMatch", + "identifyWindow", + "identifyWindows", "moveFocus", "moveTab", "newTab",