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
Commands are used by extensions to trigger actions in CodeEdit. They can be configured to work keybindings and UI elements, such as menus and the command palette.
We should also include a number of built-in commands (VS Code Built-in Commands) that can be used by users that want to change default keybinding or by keybinding extensions.
Overview
Commands are used by extensions to trigger actions in CodeEdit. They can be configured to work keybindings and UI elements, such as menus and the command palette.
We should also include a number of built-in commands (VS Code Built-in Commands) that can be used by users that want to change default keybinding or by keybinding extensions.
See the VS Code Commands Extension Guide for an example implementation.
Related Issues
The text was updated successfully, but these errors were encountered: