Is it possible to use a .vscode/keybindings.json that is committed to my project repo?
I'm having trouble finding this info.
I don’t think there is. You could use #joyride to insert the keybindings into the global one. But it would add them for all session, even those that are not in the current project. To keep it local to the session you could use a when clause on some state that you set in in the Joyride script.
This seems like a real bummer that vscode doesn't provide it.
I need to learn about joyride anyway, I guess.
It's weird because vscode does seem to support local settings.json
Yes, I don’t quite understand why keybindings can’t be local. And I could also be wrong about it.
it seems like at least a local settings could load a local keybindings
I eerily remember reading a discussion where someone from the VS Code team said it is not supported. But I’m not sure.