Skip to content

Instantly share code, notes, and snippets.

@svitlana-galianova
Created February 20, 2018 15:20
if (!this.actions) {
this.actions = [
this.instantiationService.createInstance(ClearReplAction, ClearReplAction.ID, ClearReplAction.LABEL),
this.instantiationService.createInstance(CollapseAllReplAction, CollapseAllReplAction.ID, CollapseAllReplAction.LABEL, this.tree)
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment