Skip to content

Commit

Permalink
callStackView: minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
isidorn committed Apr 24, 2020
1 parent 3b1b327 commit 9aa8bba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vs/workbench/contrib/debug/browser/callStackView.ts
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ class SessionsRenderer implements ITreeRenderer<IDebugSession, FuzzyScore, ISess
const result = { primary, secondary };
data.elementDisposable.push(createAndFillInActionBarActions(this.menu, { arg: getContextForContributedActions(session), shouldForwardArgs: true }, result, g => g === 'inline'));

data.actionBar.push(actions, { icon: true, label: false });
data.actionBar.push(primary, { icon: true, label: false });
};
setActionBar();
data.elementDisposable.push(this.menu.onDidChange(() => setActionBar()));
Expand Down

0 comments on commit 9aa8bba

Please sign in to comment.