We would like to contribute to the VS Code GitHub and would like to add function to some commands. However, we could not find where the commands are defined. Could anyone tell me which dir these code are in?
We tried the keybinding and workbench. But we cannot find the definition of "ctrl + p" (command palette) which we would like to edit.
package.jsonfiles of the extensions, and some are hardcoded by VSC by calling the command create methods. If you want to add some commands create an extension. In the extension you can call any existing command and thus decorate/use any command.