OptionalisIndicates whether the proxy should be disposable. Proxies that are shared between multiple callers should not be disposable.
OptionaloverrideThe overrideIdentifier to use with the underlying preferenceService. Useful to potentially override existing values while keeping both values in store.
For example to store different editor settings, e.g. "[markdown].editor.autoIndent", "[json].editor.autoIndent" and "editor.autoIndent"
OptionalprefixPrefix which is transparently added to all preference identifiers.
OptionalresourceThe default resourceUri to use if none was specified when calling "set" or "get".
OptionalstyleIndicates whether '.' in schema properties shall be interpreted as regular names (flat), as declaring nested objects (deep) or both. Default is flat.
When 'deep' or 'both' is given, nested preference proxies can be retrieved.
Proxy configuration parameters.