IDE: Is it possible to modify the context Menu in the Explorer panel? #16175
Answered
by
msujew
christian-nils
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
msujew
Aug 14, 2025
Replies: 1 comment 1 reply
-
Hey @christian-nils, The Theia IDE comes by default with the Java extension pack. I would assume some of the extensions in there are pretty eager to show their menu entries, even on non-Java projects. Since they come pre-installed, it's not easily possible to delete them. However, you can disable the plugins, which will prevent their menu entries from showing up: ![]() You should probably do this on both the |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
christian-nils
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @christian-nils,
The Theia IDE comes by default with the Java extension pack. I would assume some of the extensions in there are pretty eager to show their menu entries, even on non-Java projects.
Since they come pre-installed, it's not easily possible to delete them. However, you can disable the plugins, which will prevent their menu entries from showing up:
You should probably do this on both the
Maven for Java
andProject Manager for Java
plugins.