How to customize the Eclipse Theia Menu item. #14664
Answered
by
msujew
xinzhang20241216
asked this question in
General
-
Whether Eclipse Theia support the Menu item customized, like remove the menu item file/Edit/Go |
Beta Was this translation helpful? Give feedback.
Answered by
msujew
Dec 23, 2024
Replies: 1 comment 2 replies
-
Hey @xinzhang20241216, You can use the |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
xinzhang20241216
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @xinzhang20241216,
You can use the
MenuModelRegistry#unregister...
methods. See how to create menu contributions in our documentation.