Skip to content

Commit 13e5b64

Browse files
authored
Update src/vs/workbench/contrib/tasks/common/jsonSchema_v2.ts
1 parent d159aee commit 13e5b64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ const presentation: IJSONSchema = {
150150
focus: {
151151
type: 'boolean',
152152
default: false,
153-
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.
153+
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.')
154154
},
155155
revealProblems: {
156156
type: 'string',

0 commit comments

Comments
 (0)