Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
pzelnip opened this issue Jun 20, 2018 · 4 comments

Comments

@pzelnip
Copy link

pzelnip commented Jun 20, 2018

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?

@yairmark
Copy link

yairmark commented Jul 25, 2018

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

@TBBle
Copy link

TBBle commented Jul 26, 2018

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 microsoft/vscode#24727 (comment), e.g., HosseinAgha/vscode-open-react-component-style#1

@chrmarti
Copy link

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

@pzelnip
Copy link
Author

pzelnip commented Jul 27, 2018

Filed microsoft/vscode#55272

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants