I have a set of keybindings in package.json,
{ "command": "md.image", "key": "Ctrl+Shift+i" }, { "command": "md.codeblocks", "key": "Ctrl+Shift+B" } This has a problem with other global keyboard shortcuts in vscode, I want to have this overridden in the extension so these keyboards act as the current keyboard mappings for the language its loaded for.
Is this possible?