Sessions - always show the version submenu (#304238)

This commit is contained in:
Ladislau Szomoru
2026-03-23 21:00:21 +00:00
committed by GitHub
parent 73ae3f2b5e
commit 3b2648baf4

View File

@@ -1319,7 +1319,7 @@ MenuRegistry.appendMenuItem(MenuId.ViewTitle, {
icon: Codicon.versions,
group: 'navigation',
order: 9,
when: ContextKeyExpr.and(ContextKeyExpr.equals('view', CHANGES_VIEW_ID), IsSessionsWindowContext, ChatContextKeys.hasAgentSessionChanges),
when: ContextKeyExpr.and(ContextKeyExpr.equals('view', CHANGES_VIEW_ID), IsSessionsWindowContext),
});
class AllChangesAction extends Action2 {