Interface PreferenceRegistryMain
Methods
$removeConfigurationOption
- $removeConfigurationOption(target: undefined | boolean | ConfigurationTarget, key: string, resource?: string, withLanguageOverride?: boolean): PromiseLike<void>
Parameters
key: string
Optional resource: string
Optional withLanguageOverride: boolean
Returns PromiseLike<void>
$updateConfigurationOption
- $updateConfigurationOption(target: undefined | boolean | ConfigurationTarget, key: string, value: any, resource?: string, withLanguageOverride?: boolean): PromiseLike<void>
Parameters
key: string
value: any
Optional resource: string
Optional withLanguageOverride: boolean
Returns PromiseLike<void>