Options
All
  • Public
  • Public/Protected
  • All
Menu

Class PreferenceRegistryMainImpl

Hierarchy

  • PreferenceRegistryMainImpl

Implements

Index

Constructors

Properties

preferenceService: PreferenceService
toDispose: DisposableCollection = ...

Methods

  • $removeConfigurationOption(target: undefined | boolean | ConfigurationTarget, key: string, resource?: string, withLanguageOverride?: boolean): Promise<void>
  • $updateConfigurationOption(target: undefined | boolean | ConfigurationTarget, key: string, value: any, resource?: string, withLanguageOverride?: boolean): Promise<void>
  • dispose(): void
  • getEffectiveKey(key: string, scope: PreferenceScope, withLanguageOverride?: boolean, resource?: string): string
  • parseConfigurationTarget(target?: boolean | ConfigurationTarget, resource?: string): PreferenceScope