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

    Authentication state for VS Code context.

    interface VSCodeAuthState {
        error: string;
        isAuthenticated: boolean;
        user: UserJSON;
    }
    Index
    error: string
    isAuthenticated: boolean
    user: UserJSON