restore focus (#9668)

* restore focus

* update default config

* update
This commit is contained in:
Alan Ren
2020-03-23 12:09:13 -07:00
committed by GitHub
parent aff5f2786d
commit 5a0dd18cba
2 changed files with 9 additions and 6 deletions

View File

@@ -223,7 +223,7 @@ import { workbenchConfigurationNodeBase } from 'vs/workbench/common/configuratio
},
'workbench.view.alwaysShowHeaderActions': {
'type': 'boolean',
'default': false,
'default': true, // {{SQL CARBON EDIT}} - change the default value from false to true.
'description': nls.localize('viewVisibility', "Controls the visibility of view header actions. View header actions may either be always visible, or only visible when that view is focused or hovered over.")
},
'workbench.view.experimental.allowMovingToNewContainer': {