Class AbstractTreeDecoratorServiceAbstract

Abstract decorator service implementation which emits events from all known tree decorators and caches the current state.

Implements

Constructors

Properties

decorators: readonly TreeDecorator[]
onDidChangeDecorations: Event<void> = ...

Fired when any of the available tree decorators has changes.

onDidChangeDecorationsEmitter: Emitter<void> = ...
toDispose: DisposableCollection = ...

Methods