You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While the context field in Keybinding is deprecated, we're still using instances of KeybindingContext internally. We should remove those contexts and rely on when expressions in the keybindings. Once that is done, we should remove the KeybindingContext API. The context field has been deprecated for three years.
The reason for this request is that the KeybindingContext interface does not offer change notification. Therefore, we cannot update the UI when the active keybindings change. The alternative would be to add change notification to KeybindingContext, but I don't think we should evolve deprecated UI. See also #12656
The text was updated successfully, but these errors were encountered:
Feature Description:
While the
context
field inKeybinding
is deprecated, we're still using instances ofKeybindingContext
internally. We should remove those contexts and rely onwhen
expressions in the keybindings. Once that is done, we should remove theKeybindingContext
API. Thecontext
field has been deprecated for three years.The reason for this request is that the
KeybindingContext
interface does not offer change notification. Therefore, we cannot update the UI when the active keybindings change. The alternative would be to add change notification toKeybindingContext
, but I don't think we should evolve deprecated UI. See also #12656The text was updated successfully, but these errors were encountered: