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
This is the interface that an extension must implement to provide commands to the Command Palette. The Command Palette will call this interface to get the commands that it should display.
Properties
Property
Type
Description
DisplayName
String
The display name of the command provider. This is used to identify the provider in the Command Palette.
Frozen
Boolean
Indicates whether the command provider is frozen. A frozen command provider will not be updated or refreshed.
The settings associated with the command provider. This is used to provide additional information or resources related to the item being displayed in the Command Palette.