Skip to content

Commit dfca1cc

Browse files
authored
Merge pull request microsoft#162150 from microsoft/hediet/additional-shark
Fixes microsoft#162111
2 parents df0a857 + 0e23403 commit dfca1cc

File tree

1 file changed

+1
-1
lines changed
  • src/vs/workbench/contrib/mergeEditor/browser/commands

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/mergeEditor/browser/commands/commands.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ export class ShowHideAtTopBase extends Action2 {
294294
order: 10,
295295
},
296296
],
297-
precondition: ContextKeyExpr.and(ctxIsMergeEditor, ctxMergeEditorShowBase),
297+
precondition: ContextKeyExpr.and(ctxIsMergeEditor, ctxMergeEditorShowBase, ctxMergeEditorLayout.isEqualTo('mixed')),
298298
});
299299
}
300300

0 commit comments

Comments
 (0)