Skip to content

Settings

perspective-settings is the user-level configuration surface for the IDE shell. Changes are persisted in the browser (per user / per device).

Sections

  • Branding - active product name, logo, prefix surfaced through platform-branding. See Shell and branding.
  • Locale - UI language picked up from settings-locale + resources-locale.
  • Theme - active theme switcher: BlimpKit (default), Classic, High-Contrast, Mystic. See Themes.
  • Preferences - editor defaults, keyboard layout, confirmations, telemetry opt-in.

Persistence

Settings are stored under the ${prefix}.* namespace in localStorage, where prefix is the branding prefix. Clearing browser storage resets to defaults.

Released under the EPL-2.0 License.