x4js - v2.2.49
    Preparing search index...

    The definition provider interface defines the contract between extensions and the go to definition and peek definition features.

    interface DefinitionProvider {
        provideDefinition(
            model: ITextModel,
            position: Position,
            token: CancellationToken,
        ): ProviderResult<Definition>;
    }
    Index