mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-04 15:25:47 +01:00
move watermark shortcuts closer to letterpress (#170403)
* move watermark shortcuts closer to letterpress fixes #59952 * fix layout in firefox
This commit is contained in:
@@ -469,6 +469,11 @@ const registry = Registry.as<IConfigurationRegistry>(ConfigurationExtensions.Con
|
||||
'default': 'both',
|
||||
'description': localize('layoutControlType', "Controls whether the layout control in the custom title bar is displayed as a single menu button or with multiple UI toggles."),
|
||||
},
|
||||
'workbench.tips.enabled': {
|
||||
'type': 'boolean',
|
||||
'default': true,
|
||||
'description': localize('tips.enabled', "When enabled, will show the watermark tips when no editor is open.")
|
||||
},
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user