You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bellow is a list of all configuration names, default values and input type.
###id
Default: "CommandPalette"
Sets the parent Command Palette element to the ID of the string chosen.
###hotkey
Default: "cmd-shift-p"
Sets the hotkey to open the command palette in the format "key+key+[...]". The terms cmd and ctrl are interchangeable.
###hidden
Default: true
Sets whether or not the command palette is hidden by default. If it is hidden, invoking the palette through its key shortcut or the wake() method will also display it.