Provide more specific 'when' clause for default keybindings #662
Labels
bug
fixed
Check the Milestone for the release in which the fix is or will be available.
Language Service
cpptools has the Alt+O keybinding for 'Switch Header/Source' command.
angular2-switcher has the Alt+O keybinding for 'Open Corresponding template(html) File'.
Having both these extensions makes only one keybinding to work.
Currently, cpptools has "editorTextFocus" for the "when" keybinding property, while angular2-switcher does not have the property set at all.
The following overrides in the user keybindings.json seems to fix this for me:
Is it possible/reasonable to have this (or maybe some better) value for the "when" keybinding property out-of-the-box, to reduce the probability of keybindings conflicts with other extensions?
The text was updated successfully, but these errors were encountered: