mirror of
https://github.com/microsoft/vscode.git
synced 2026-09-01 05:02:35 +01:00
openDefaultSettings -> false by default #64932
This commit is contained in:
@@ -597,7 +597,7 @@ configurationRegistry.registerConfiguration({
|
||||
'workbench.settings.openDefaultSettings': {
|
||||
'type': 'boolean',
|
||||
'description': nls.localize('openDefaultSettings', "Controls whether opening settings also opens an editor showing all default settings."),
|
||||
'default': true
|
||||
'default': false
|
||||
},
|
||||
'workbench.settings.openDefaultKeybindings': {
|
||||
'type': 'boolean',
|
||||
|
||||
Reference in New Issue
Block a user