Class ScmNavigatorDecorator

Deprecated

since 1.25.0 URI-based decorators should implement DecorationsProvider and contribute decorations via the DecorationsService.

Implements

  • TreeDecorator

Constructors

Properties

colors: ColorRegistry
decorationsMap: undefined | Map<string, Decoration>
decorationsService: DecorationsService
emitter: Emitter<((tree) => Map<string, Data>)> = ...

Type declaration

    • (tree): Map<string, Data>
    • Parameters

      • tree: Tree

      Returns Map<string, Data>

id: "theia-scm-decorator" = 'theia-scm-decorator'
logger: ILogger

Accessors

Methods