Skip to content

Make decoration provider API public #54938

Closed
@sandy081

Description

@sandy081

Make the following API public

export interface DecorationProvider {
	onDidChangeDecorations: Event<undefined | Uri | Uri[]>;
	provideDecoration(uri: Uri, token: CancellationToken): ProviderResult<DecorationData>;
}

export namespace window {
	export function registerDecorationProvider(provider: DecorationProvider): Disposable;
}

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions