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

    Authentication state for VS Code context.

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

    Properties

    error: string
    isAuthenticated: boolean
    user: User