Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FileDecorationProvider

The decoration provider interfaces defines the contract between extensions and file decorations.

Hierarchy

  • FileDecorationProvider

Index

Properties

onDidChangeFileDecorations?: Event<undefined | Uri | Uri[]>

An optional event to signal that decorations for one or many files have changed.

Note that this event should be used to propagate information about children.

see

EventEmitter

Methods