Update src/vs/workbench/contrib/tasks/common/jsonSchema_v2.ts

This commit is contained in:
Megan Rogge
2023-06-20 11:07:17 -07:00
committed by GitHub
parent a74fe9138f
commit d159aeebf4
@@ -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',