mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-04 07:15:54 +01:00
Debt - register setting from contribution file (#152996)
This commit is contained in:
@@ -486,12 +486,6 @@ const registry = Registry.as<IConfigurationRegistry>(ConfigurationExtensions.Con
|
||||
'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."),
|
||||
'markdownDeprecationMessage': localize({ key: 'layoutControlTypeDeprecation', comment: ['{0} is a placeholder for a setting identifier.'] }, "This setting has been deprecated in favor of {0}", '`#workbench.layoutControl.type#`')
|
||||
},
|
||||
'workbench.experimental.editSessions.enabled': {
|
||||
'type': 'boolean',
|
||||
'tags': ['experimental'],
|
||||
'default': false,
|
||||
'markdownDescription': localize('editSessionsEnabled', "Controls whether to display cloud-enabled actions to store and resume uncommitted changes when switching between web, desktop, or devices."),
|
||||
},
|
||||
'workbench.experimental.editor.dropIntoEditor.enabled': {
|
||||
'type': 'boolean',
|
||||
'default': true,
|
||||
|
||||
Reference in New Issue
Block a user