mirror of
https://github.com/microsoft/vscode.git
synced 2026-08-30 18:46:26 +01:00
Update src/vs/workbench/contrib/tasks/common/jsonSchema_v2.ts
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user