Theia API Documentation v1.68.0
    Preparing search index...

    Session storage preference value structure.

    interface SessionStorageValue {
        globalPath: string;
        scope: SessionStorageScope;
        workspacePath: string;
    }
    Index

    Properties

    globalPath: string

    Absolute filesystem path where chat sessions are stored globally

    Where to store chat sessions: 'workspace' or 'global'

    workspacePath: string

    Relative path within the workspace root where chat sessions are stored