Skip to content

Commit 8fcec32

Browse files
committed
Fix string for task detail setting
Part of microsoft#105737
1 parent e639d83 commit 8fcec32

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/workbench/contrib/tasks/browser/task.contribution.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ configurationRegistry.registerConfiguration({
473473
default: 30, minimum: 0, maximum: 30
474474
},
475475
'task.quickOpen.detail': {
476-
markdownDescription: nls.localize('task.quickOpen.detail', "Controls whether to show the task detail for task that have a detail in the Run Task quick pick."),
476+
markdownDescription: nls.localize('task.quickOpen.detail', "Controls whether to show the task detail for tasks that have a detail in task quick picks, such as Run Task."),
477477
type: 'boolean',
478478
default: true
479479
},

0 commit comments

Comments
 (0)