I am using the recently updated Visual Studio Code v0.10.1, and I am wondering what is the procedure to:
Remap a built in command\'s keyboard shortcut. For
%UserProfile%\AppData\Roaming\Code\User\keybindings.json
fileKeep in mind you can type things like shift ctrl c
in the Search input in Keyboard Shortcuts panel to find commands by their keybindings.
Here you can find documentation which among other stuff contains also information about what When
conditions you can use.