From cc2593c288f2daf7b7870571fffd3134435a00a1 Mon Sep 17 00:00:00 2001 From: isidor Date: Thu, 30 Jun 2022 15:09:07 +0200 Subject: [PATCH] fixes #152430 --- src/vs/workbench/browser/workbench.contribution.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vs/workbench/browser/workbench.contribution.ts b/src/vs/workbench/browser/workbench.contribution.ts index fd5b98e1620..9c75b526575 100644 --- a/src/vs/workbench/browser/workbench.contribution.ts +++ b/src/vs/workbench/browser/workbench.contribution.ts @@ -96,7 +96,7 @@ const registry = Registry.as(ConfigurationExtensions.Con 'type': 'string', 'enum': ['text', 'hidden'], 'default': 'text', - 'markdownDescription': localize({ comment: ['This is the description for a setting. Values surrounded by single quotes are not to be translated.'], key: 'untitledHint' }, "Controls if the untitled hint should be inline text in the editor or a floating button or hidden.") + 'markdownDescription': localize({ comment: ['This is the description for a setting. Values surrounded by single quotes are not to be translated.'], key: 'untitledHint' }, "Controls if the untitled text hint should be visible in the editor.") }, 'workbench.editor.languageDetection': { type: 'boolean',