untitle.hint: default should be hidden for this milestone

This commit is contained in:
isidor
2021-02-24 15:45:36 +01:00
parent 93bdc6cb71
commit fda43de2e5
@@ -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': {