Agent Client Protocol - v0.18.2
    Preparing search index...

    Type Alias NesRecentFile

    A recently accessed file.

    type NesRecentFile = {
        languageId: string;
        text: string;
        uri: string;
    }
    Index

    Properties

    Properties

    languageId: string

    The language identifier.

    text: string

    The full text content of the file.

    uri: string

    The URI of the file.