mirror of
https://github.com/microsoft/vscode.git
synced 2026-03-01 14:15:44 +00:00
globalToolbarShowLabel can be false or never
This commit is contained in:
@@ -323,7 +323,8 @@ MenuRegistry.appendMenuItem(MenuId.NotebookToolbar, {
|
||||
NOTEBOOK_EDITOR_EDITABLE.isEqualTo(true),
|
||||
ContextKeyExpr.notEquals('config.notebook.insertToolbarLocation', 'betweenCells'),
|
||||
ContextKeyExpr.notEquals('config.notebook.insertToolbarLocation', 'hidden'),
|
||||
ContextKeyExpr.notEquals(`config.${NotebookSetting.globalToolbarShowLabel}`, false)
|
||||
ContextKeyExpr.notEquals(`config.${NotebookSetting.globalToolbarShowLabel}`, false),
|
||||
ContextKeyExpr.notEquals(`config.${NotebookSetting.globalToolbarShowLabel}`, 'never')
|
||||
)
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user