Class NoopTreeDecoratorService

The default tree decorator service. Does nothing at all. One has to rebind to a concrete implementation if decorators have to be supported in the tree widget.

Implements

Constructors

Properties

emitter: Emitter<void> = ...
onDidChangeDecorations: Event<void> = ...

Fired when any of the available tree decorators has changes.

Methods