From d159aeebf4cd3f86a77385de69b44d98cc0dfec4 Mon Sep 17 00:00:00 2001 From: Megan Rogge Date: Tue, 20 Jun 2023 11:07:17 -0700 Subject: [PATCH] Update src/vs/workbench/contrib/tasks/common/jsonSchema_v2.ts --- src/vs/workbench/contrib/tasks/common/jsonSchema_v2.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vs/workbench/contrib/tasks/common/jsonSchema_v2.ts b/src/vs/workbench/contrib/tasks/common/jsonSchema_v2.ts index 2cd1b05e3fb..c5554479796 100644 --- a/src/vs/workbench/contrib/tasks/common/jsonSchema_v2.ts +++ b/src/vs/workbench/contrib/tasks/common/jsonSchema_v2.ts @@ -150,7 +150,7 @@ const presentation: IJSONSchema = { focus: { type: 'boolean', default: false, - description: nls.localize('JsonSchema.tasks.presentation.focus', 'Controls whether the panel takes focus. Default is false. If set to true the panel is revealed as well. May be overridden by option: "reveal: silent"') + description: nls.localize('JsonSchema.tasks.presentation.focus', 'Controls whether the panel takes focus. Default is false. If set to true the panel is revealed as well. }, revealProblems: { type: 'string',