How do I remove a plugin from the Theia IDE #16156
Replies: 1 comment 2 replies
-
Hey @ProgrammingWithYash, First off, just like the website, I would recommend you to build a project based on the yeoman generated setup. Using our example applications to build something on top of is not something we offer support for. As for your actual question: The Instead, you could use the contribution filter API to prevent the respective features contributed by the extension from showing up.
The plugins are downloaded by the Line 75 in 4384a94 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
The tutorial on the Theia website shows steps for removing plugins from the yeoman project - which has a different structure than this repo. I'm using the browser example and I want to remove the source control (scm) and extensions from the left toolbar - if I remove their entry from the package.json in the examples/browser directory and run npm install and build, nothing changes.
The package.json also specifies
"theiaPluginsDir": "../../plugins"
but there's no such directory in the project.Beta Was this translation helpful? Give feedback.
All reactions