We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58e91ce commit 97a8dedCopy full SHA for 97a8ded
1 file changed
src/vs/workbench/contrib/debug/browser/repl.ts
@@ -612,6 +612,7 @@ export class Repl extends ViewPane implements IHistoryNavigationWidget {
612
this.replInput.setValue(this.replInput.getValue().concat(clipboardText));
613
}
614
}));
615
+ actions.push(new Separator());
616
actions.push(new Action('debug.collapseRepl', localize('collapse', "Collapse All"), undefined, true, () => {
617
this.tree.collapseAll();
618
this.replInput.focus();
0 commit comments