vscode-sublime-keybindings
vscode-sublime-keybindings copied to clipboard
Disable other keymaps ('Sublime Text Keymap and Settings Importer') to avoid conflicts between keybindings?
I get this message sporadically on opening up projects. The thing is though I have no idea what keymaps conflict, so I have to hit "No" and then it happens again periodically.

Is there any way to suppress this?
This is super annoying I am also getting the same problem. It does not seem like there is any config to disable this check: https://github.com/Microsoft/vscode/blob/master/src/vs/workbench/parts/extensions/electron-browser/extensionsUtils.ts#L56 I know I have a different key binding but do not want to disable it. This seems to be happening at the VS code level and not at extension levels
The problem is that Keymaps are recognised by having 'Keymaps' in their category, but some extensions which are not really Keymaps have the Keymaps category set, per @chrmarti on https://github.com/Microsoft/vscode/issues/24727#issuecomment-297867450, e.g., https://github.com/HosseinAgha/vscode-open-react-component-style/issues/1
@pzelnip This should only show once when you install/enable a keymap. If you see this repeat without you installing/enabling a keymap, please open an issue for VS Code.
Filed https://github.com/Microsoft/vscode/issues/55272