Skip to content

Commit a55b7ec

Browse files
committed
1 parent 1ad5b21 commit a55b7ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/workbench/contrib/debug/browser/callStackView.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ export class CallStackView extends ViewletPanel {
312312
}
313313

314314
const actions: IAction[] = [];
315-
const actionsDisposable = createAndFillInContextMenuActions(this.contributedContextMenu, { arg: this.getContextForContributedActions(element), shouldForwardArgs: true }, actions, this.contextMenuService);
315+
const actionsDisposable = createAndFillInContextMenuActions(this.contributedContextMenu, { arg: this.getContextForContributedActions(element), shouldForwardArgs: false }, actions, this.contextMenuService);
316316

317317
this.contextMenuService.showContextMenu({
318318
getAnchor: () => e.anchor,

0 commit comments

Comments
 (0)