From 111175b1874b6a14a9523b9f7fa02e6d966c16c0 Mon Sep 17 00:00:00 2001 From: Alex Ross Date: Wed, 29 Apr 2020 15:07:40 +0200 Subject: [PATCH] Improve task setting description Fixes #96378 --- src/vs/workbench/contrib/tasks/browser/task.contribution.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vs/workbench/contrib/tasks/browser/task.contribution.ts b/src/vs/workbench/contrib/tasks/browser/task.contribution.ts index e8cefcd62a8..ef27420ed41 100644 --- a/src/vs/workbench/contrib/tasks/browser/task.contribution.ts +++ b/src/vs/workbench/contrib/tasks/browser/task.contribution.ts @@ -385,7 +385,7 @@ configurationRegistry.registerConfiguration({ 'task.saveBeforeRun': { markdownDescription: nls.localize( 'task.saveBeforeRun', - 'Configures whether all editor will be saved before running a task.' + 'Save all dirty editors before running a task.' ), type: 'string', enum: ['always', 'never', 'prompt'], -- GitLab