Rename editor.dropIntoEditor.enabled setting (#156381)

Fixes #156344
This commit is contained in:
Matt Bierner
2022-07-26 21:44:44 -07:00
committed by GitHub
parent 8f25356ff1
commit 9cf2fabdd6
15 changed files with 82 additions and 48 deletions

View File

@@ -466,11 +466,6 @@ 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.editor.dropIntoEditor.enabled': {
'type': 'boolean',
'default': true,
'markdownDescription': localize('dropIntoEditor', "Controls whether you can drag and drop a file into a text editor by holding down `shift` (instead of opening the file in an editor)."),
},
'workbench.experimental.layoutControl.enabled': {
'type': 'boolean',
'tags': ['experimental'],