Debt - register setting from contribution file (#152996)

This commit is contained in:
Joyce Er
2022-06-23 09:49:49 -07:00
committed by GitHub
parent fec9c80842
commit a6b2cf5d28
2 changed files with 14 additions and 6 deletions

View File

@@ -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,