We may have missed a keyboard shortcut. If we did please help us out! It is very easy to make a PR.
- Head over to our GitHub repository.
- Open the
package.jsonfile. - Open a pull request.
{
"mac": "<keyboard shortcut for mac>",
"linux": "<keyboard shortcut for linux",
"win": "<keyboard shortcut for windows",
"key": "<default keyboard shortcut>",
"command": "<name of the command in VS Code"
}You can read more about how to contribute keybindings in extensions in the official documentation for VS Code. The same process works for Azure Data Studio.
- Install vsce using
npm install -g vsce - Run
vsce packagefrom the root folder of this project to build a .vsix file - Install the VSIX file in Azure Data Studio