mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 03:54:24 +01:00
resolves #90995
This commit is contained in:
@@ -231,6 +231,16 @@ import { workbenchConfigurationNodeBase } from 'vs/workbench/common/configuratio
|
||||
'default': true,
|
||||
'description': nls.localize('activityBarVisibility', "Controls the visibility of the activity bar in the workbench.")
|
||||
},
|
||||
'workbench.activityBar.iconClickBehavior': {
|
||||
'type': 'string',
|
||||
'enum': ['toggle', 'focus'],
|
||||
'default': 'toggle',
|
||||
'description': nls.localize('activityBarIconClickBehavior', "Controls the behavior of clicking an activity bar icon in the workbench."),
|
||||
'enumDescriptions': [
|
||||
nls.localize('workbench.activityBar.iconClickBehavior.toggle', "Hide the side bar if the clicked item is already visible."),
|
||||
nls.localize('workbench.activityBar.iconClickBehavior.focus', "Focus side bar if the clicked item is already visible.")
|
||||
]
|
||||
},
|
||||
'workbench.view.alwaysShowHeaderActions': {
|
||||
'type': 'boolean',
|
||||
'default': false,
|
||||
|
||||
Reference in New Issue
Block a user