How to debug keybinds in Visual Studio Code -


i trying keybind adding new cursors work in visual studio code (ctrl+alt+downarrow / uparrow). pressing combination of keys has no obvious effect, listed in command palette creating new cursors (and selecting option command palette works expected).

therefore wondering if there easy way work out why isn't working, example output of key combinations editor receives , commands carries out on receiving key combination?

here command referring (note selecting palette works shown),

enter image description here

i fixed original issue bringing dev tools in vscode (help > toggle developer tools) , noticing warning:

"ctrl+alt+ keybindings should not used default under windows."

this being thrown package unrelated multi-cursor highlighted issue. seems cannot use keybinds of type under windows, though not find documentation on reserved windows keybindings.

for debugging keybinds ended pulling down vscode source , there promising looking interface ikeybindingservice. imagine break-point in lookupkeybindings function on class implementing interface useful debugging keybinds, having fixed original issue not looking further this.


Comments

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -