Skip to content

Commit

Permalink
SCM - Use view's contextKeyService for the context menu (#230241)
Browse files Browse the repository at this point in the history
SCM - Use the view's contextKeyService when rendering the context menu (#230235)
  • Loading branch information
lszomoru authored Oct 1, 2024
1 parent 2d1ff11 commit 889feaf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/vs/workbench/contrib/scm/browser/scmHistoryViewPane.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1530,6 +1530,7 @@ export class SCMHistoryViewPane extends ViewPane {
}

this.contextMenuService.showContextMenu({
contextKeyService: this.scopedContextKeyService,
menuId: MenuId.SCMChangesContext,
menuActionOptions: {
arg: element.repository.provider,
Expand Down

0 comments on commit 889feaf

Please sign in to comment.