@kkdev92/vscode-ext-kit - v4.1.1
    Preparing search index...

    Interface ResourceUri

    The parts of vscode.Uri the framework needs, declared structurally so the core stays vscode-free. A real vscode.Uri satisfies it.

    interface ResourceUri {
        path: string;
        scheme: string;
        toString(): string;
    }

    Hierarchy (View Summary)

    Index
    path: string
    scheme: string