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

Retire context keyword from keybindings #12830

Merged

Commits on Aug 30, 2023

  1. This commit fixes a notification context issue

    The method did not properly set the visibility state of notifications.
    Thus, the context keys were not properly updated.
    
    Signed-Off-By: Fernando Ascencio <fernando.ascencio.cama@ericsson.com>
    FernandoAscencio committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    bdc34ba View commit details
    Browse the repository at this point in the history
  2. Retire KeybindingContext

    Retiring the use of `context` in keybindings
    
    Signed-Off-By: Fernando Ascencio <fernando.ascencio.cama@ericsson.com>
    FernandoAscencio committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    50b1e04 View commit details
    Browse the repository at this point in the history
  3. Deletion of Keybinding Context classes

    - `Blame Keybinding context` deletion
    - `Terminal Keybinding context` deletion
    - `Console Keybinding Context` deletion
    - `Debug Keybinding Context` deletion
    - `Editor Keybinding Context` deletion
    - `Notification Keybinding Contribution` Deletetion
    - `Navigator Keybinding Context` deletion
    
    Signed-Off-By: FernandoAscencio <fernando.ascencio.cama@ericsson.com>
    FernandoAscencio committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    06f8f36 View commit details
    Browse the repository at this point in the history