async data tree: preserve collapse state given identityProvider

This commit is contained in:
Joao Moreno
2018-11-29 14:47:41 +01:00
parent b7808ec3f0
commit cabd0e4885
3 changed files with 128 additions and 58 deletions

View File

@@ -987,11 +987,6 @@ export class WorkbenchAsyncDataTree<T extends NonNullable<any>, TFilterData = vo
})
);
}
dispose(): void {
super.dispose();
this.disposables = dispose(this.disposables);
}
}
const configurationRegistry = Registry.as<IConfigurationRegistry>(ConfigurationExtensions.Configuration);