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

plugins: view/title menus in all dock panel views #12763

Merged
merged 1 commit into from
Aug 21, 2023

Commits on Aug 7, 2023

  1. plugins: view/title menus in all non-editor views

    In VS Code, contributions of menus to the
    "view/title" contribution point are supposed to
    be included in all views that are not editors,
    so long as the "when" condition (if any)
    is satisfied. So the contribution handler is
    updated to register the menu delegate in
    all non-editors.
    
    Fixes eclipse-theia#12705
    
    Signed-off-by: Christian W. Damus <[email protected]>
    cdamus committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    fc12c9c View commit details
    Browse the repository at this point in the history