Skip to content

Commit 54e3652

Browse files
authored
1 parent 6ce31d9 commit 54e3652

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/vs/workbench/contrib/markers/browser/markersView.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -790,6 +790,7 @@ export class MarkersView extends FilterViewPane implements IMarkersView {
790790
this.contextMenuService.showContextMenu({
791791
getAnchor: () => e.anchor!,
792792
menuId: MenuId.ProblemsPanelContext,
793+
contextKeyService: this.widget.contextKeyService,
793794
getActions: () => this.getMenuActions(element),
794795
getActionViewItem: (action) => {
795796
const keybinding = this.keybindingService.lookupKeybinding(action.id);

0 commit comments

Comments
 (0)