mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 11:38:51 +01:00
quick access - enable by default
This commit is contained in:
@@ -182,7 +182,7 @@ import { workbenchConfigurationNodeBase } from 'vs/workbench/common/configuratio
|
||||
'workbench.quickOpen.enableExperimentalNewVersion': {
|
||||
'type': 'boolean',
|
||||
'description': nls.localize('workbench.quickOpen.enableExperimentalNewVersion', "Will use the new quick open implementation for testing purposes."),
|
||||
'default': false
|
||||
'default': true
|
||||
},
|
||||
'workbench.settings.openDefaultSettings': {
|
||||
'type': 'boolean',
|
||||
|
||||
Reference in New Issue
Block a user