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

    Status bar item that reports preferences whose effective value comes from the in-memory session scope (typically set via --session-preference). Each active override is listed in the tooltip with a link that opens the Settings UI filtered to that preference, so the user can read its description there.

    Implements

    Index

    Constructors

    Properties

    preferenceService: PreferenceService
    providerProvider: PreferenceProviderProvider
    statusBar: StatusBar
    toDispose: DisposableCollection = ...

    Methods

    • Produces a readable, no-code-formatting representation of a preference value: strings without surrounding JSON quotes, booleans as on/off, primitives as-is, objects/arrays as compact JSON. The result is shown as plain text in the tooltip.

      Parameters

      • value: unknown

      Returns string