mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 03:54:24 +01:00
Sessions - always show the version submenu (#304238)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user