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

    Service that provides dynamically computed default values for the session storage preference. The defaults are computed based on the application's configuration directory.

    This consolidates the default value computation that was previously duplicated across:

    • AIChatPreferenceContribution
    • ChatSessionStoreImpl
    • SessionStoragePreferenceRenderer (in ai-chat-ui)
    Index

    Constructors

    Properties

    globalPath: string = ''
    initialized: boolean = false
    initPromise: undefined | Promise<void>
    workspacePath: string = '.theia/chatSessions'

    Methods