From fda43de2e5ed03e198f05b3cd500e243eb63b4cb Mon Sep 17 00:00:00 2001 From: isidor Date: Wed, 24 Feb 2021 15:45:36 +0100 Subject: [PATCH] untitle.hint: default should be hidden for this milestone --- 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 59150c75725..137c89d8bfb 100644 --- a/src/vs/workbench/browser/workbench.contribution.ts +++ b/src/vs/workbench/browser/workbench.contribution.ts @@ -89,7 +89,7 @@ import { isStandalone } from 'vs/base/browser/browser'; 'workbench.editor.untitled.hint': { 'type': 'string', 'enum': ['text', 'button', 'hidden'], - 'default': 'button', + 'default': '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 hint should be inline text in the editor or a floating button or hidden.") }, 'workbench.editor.tabCloseButton': {