mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-13 23:44:09 +01:00
untitle.hint: default should be hidden for this milestone
This commit is contained in:
@@ -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': {
|
||||
|
||||
Reference in New Issue
Block a user