Request for Feature Guidance: Hiding Certain Features in Theia #15524
Unanswered
VilikNakhshikyan
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I would like to customize Theia by hiding or disabling certain features:
Disable "Dev Tools" access (e.g., Ctrl + Alt + I or any other way to open the developer tools).
Prevent adding or interacting with debug breakpoints, and ideally also disable or remove the Debug view/tab entirely.
Remove specific commands from the Command Palette (Ctrl + Shift + P), so they are no longer accessible to users.
Could you please advise on the best approach to achieve this?
Would this involve customizing or overriding certain extensions, or is there a configuration-based solution available?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions