Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Definition
Namespace: Microsoft.CommandPalette.Extensions.Toolkit
Adds a new setting to the command palette extension's configuration. This method is used to define settings that can be accessed and modified by the command palette extension.
Parameters
The setting to add. This should be an instance of the Setting<T> class, which contains the key, value, and other metadata for the setting.
Windows developer