interface DecorationsExt {
    $provideDecorations(handle, requests, token): Promise<DecorationReply>;
    registerFileDecorationProvider(provider, pluginInfo): Disposable;
}

Implemented by

Methods