-
Notifications
You must be signed in to change notification settings - Fork 120
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
Comments
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 |
@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 microsoft/vscode#55272 |
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?
The text was updated successfully, but these errors were encountered: