From e37b7677cd4cdf24aa5ef5c9c10bdbb8a542f1f8 Mon Sep 17 00:00:00 2001 From: Lucas Nogueira Date: Wed, 19 Oct 2022 09:40:34 -0300 Subject: [PATCH] chore: update schema.json --- tooling/cli/schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tooling/cli/schema.json b/tooling/cli/schema.json index 090f8cdaa..e8aa6e63f 100644 --- a/tooling/cli/schema.json +++ b/tooling/cli/schema.json @@ -677,7 +677,7 @@ "type": "boolean" }, "tabbingIdentifier": { - "description": "Defines the window [tabbing identifier].\n\n[tabbing identifier]: ", + "description": "Defines the window [tabbing identifier] for macOS.\n\nWindows with matching tabbing identifiers will be grouped together. If the tabbing identifier is not set, automatic tabbing will be disabled.\n\n[tabbing identifier]: ", "type": [ "string", "null"