mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-29 13:03:42 +01:00
quick access - first cut old quick open removal
This commit is contained in:
@@ -179,11 +179,6 @@ import { workbenchConfigurationNodeBase } from 'vs/workbench/common/configuratio
|
||||
'description': nls.localize('workbench.quickOpen.preserveInput', "Controls whether the last typed input to Quick Open should be restored when opening it the next time."),
|
||||
'default': false
|
||||
},
|
||||
'workbench.quickOpen.enableExperimentalNewVersion': {
|
||||
'type': 'boolean',
|
||||
'description': nls.localize('workbench.quickOpen.enableExperimentalNewVersion', "Will use the new quick open implementation for testing purposes."),
|
||||
'default': true
|
||||
},
|
||||
'workbench.settings.openDefaultSettings': {
|
||||
'type': 'boolean',
|
||||
'description': nls.localize('openDefaultSettings', "Controls whether opening settings also opens an editor showing all default settings."),
|
||||
|
||||
Reference in New Issue
Block a user