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

    Contribution for hooking into the backend lifecycle:

    • initialize()
    • configure(expressApp)
    • onStart(httpServer)
    • onStop()

    Implements

    Index

    Constructors

    Properties

    _ready: Deferred<void> = ...
    envVariables: EnvVariablesServer
    languagePackService: LanguagePackService
    localizationDisposeMap: Map<string, Disposable> = ...
    localizationProvider: LocalizationProvider
    ready: Promise<void> = ...

    This promise resolves when the cache has been cleaned up after starting the backend server. Once resolved, the service allows to cache localization files for plugins.

    translationConfigFiles: Map<string, string> = ...

    Methods