How to change VS Code extension keybindings programmatically?
I’m developing an extension on VS Code with a default keybindings declared in package.json file. I want to add a feature that allows user to override the keybindings on each project.
I’m developing an extension on VS Code with a default keybindings declared in package.json file. I want to add a feature that allows user to override the keybindings on each project.