Datalayer VS Code Extension - v0.0.17
    Preparing search index...

    Registry entry storing document identifier, URI, type, and optional webview panel.

    interface DocumentRegistryEntry {
        documentId: string;
        documentUri: string;
        type: DocumentType;
        webviewPanel?: WebviewPanel;
    }
    Index

    Properties

    documentId: string

    Document identifier (UID for remote, URI for local)

    documentUri: string

    VS Code document URI

    Document type

    webviewPanel?: WebviewPanel

    Webview panel for tool execution messaging