FileDecorationProvider
The decoration provider interfaces defines the contract between extensions and file decorations.
Properties
Functions
Link copied to clipboard
abstract fun provideFileDecoration(uri: Uri, token: CancellationToken): ProviderResult<FileDecoration>
Provide decorations for a given uri.