Theia API Documentation v1.65.0
    Preparing search index...
    • Get a workspace configuration object.

      When a section-identifier is provided only that part of the configuration is returned. Dots in the section-identifier are interpreted as child-access, like { myExt: { setting: { doIt: true }}} and getConfiguration('myExt.setting').get('doIt') === true.

      When a scope is provided configuration confined to that scope is returned. Scope can be a resource or a language identifier or both.

      Parameters

      • Optionalsection: string

        A dot-separated identifier.

      • Optionalscope: null | ConfigurationScope

        A scope for which the configuration is asked for.

      Returns WorkspaceConfiguration

      The full configuration or a subset.