File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
src/vs/workbench/contrib/terminal/browser Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -417,6 +417,7 @@ export function setupTerminalMenus(): void {
417
417
order : 2 ,
418
418
when : ContextKeyExpr . and (
419
419
ContextKeyExpr . equals ( 'view' , TERMINAL_VIEW_ID ) ,
420
+ ContextKeyExpr . notEquals ( `config.${ TerminalSettingId . TabsHideCondition } ` , 'never' ) ,
420
421
ContextKeyExpr . or (
421
422
ContextKeyExpr . not ( `config.${ TerminalSettingId . TabsEnabled } ` ) ,
422
423
ContextKeyExpr . and (
@@ -451,6 +452,7 @@ export function setupTerminalMenus(): void {
451
452
order : 3 ,
452
453
when : ContextKeyExpr . and (
453
454
ContextKeyExpr . equals ( 'view' , TERMINAL_VIEW_ID ) ,
455
+ ContextKeyExpr . notEquals ( `config.${ TerminalSettingId . TabsHideCondition } ` , 'never' ) ,
454
456
ContextKeyExpr . or (
455
457
ContextKeyExpr . not ( `config.${ TerminalSettingId . TabsEnabled } ` ) ,
456
458
ContextKeyExpr . and (
You can’t perform that action at this time.
0 commit comments