I would like to remove a number of Theia built-in components that are listed in theia’s package.json , including the file search and SCM for example. However I noticed that the majority of those packages are dependencies of “plugin-ext”, which I believe is required in order to get custom plugins running.
Is there a simple way to remove those and still get working plugins ? Or I would need to write an extension and override the “contributions” of those packages?
[original thread by Raphael Dos Santos]