-
Notifications
You must be signed in to change notification settings - Fork 2.5k
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
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
How to completely remove the Terminal? #5663
Comments
Can you elaborate? Maybe another extension pulls the terminal extension transitively? Please run |
I'm not using @akosyakov, with The thing is that I don't want to drop I'll dive deeper into Thanks guys. I'll let you know in case I manage to remove it from the browser. |
Guys, if I can't easily remove the |
You could try to create a custom extension which rebinds terminal contribution and makes it no-op. |
Is this a bug? @akosyakov |
rebind extends the as well as |
@datou0412 A new menu generated each time when you call |
This might be a good solution for this issue, too: |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Description
I use Theia on Docker and I want to hide that Terminal menu. I'm only interested in the Code Editor, not on the shell.
In theory, I could only remove "@theia/terminal" from examples/browser/package.json, but that doesn't work.
OS and Theia version:
Theia 0.8.0
OS: Linux Ubuntu 18.04.2 LTS
The text was updated successfully, but these errors were encountered: