vscode-sublime-keybindings icon indicating copy to clipboard operation
vscode-sublime-keybindings copied to clipboard

Disable other keymaps ('Sublime Text Keymap and Settings Importer') to avoid conflicts between keybindings?

Open pzelnip opened this issue 7 years ago • 4 comments

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.

screen shot 2018-06-20 at 9 18 11 am

Is there any way to suppress this?

pzelnip avatar Jun 20 '18 16:06 pzelnip

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

yairmark avatar Jul 25 '18 12:07 yairmark

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

TBBle avatar Jul 26 '18 03:07 TBBle

@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.

chrmarti avatar Jul 26 '18 07:07 chrmarti

Filed https://github.com/Microsoft/vscode/issues/55272

pzelnip avatar Jul 27 '18 22:07 pzelnip