Skip to content

Commit 97a8ded

Browse files
committed
repl: just one more separator in context menu
1 parent 58e91ce commit 97a8ded

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • src/vs/workbench/contrib/debug/browser

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -612,6 +612,7 @@ export class Repl extends ViewPane implements IHistoryNavigationWidget {
612612
this.replInput.setValue(this.replInput.getValue().concat(clipboardText));
613613
}
614614
}));
615+
actions.push(new Separator());
615616
actions.push(new Action('debug.collapseRepl', localize('collapse', "Collapse All"), undefined, true, () => {
616617
this.tree.collapseAll();
617618
this.replInput.focus();

0 commit comments

Comments
 (0)