P2 equivalent in Theia - New Software Packages #15599
Unanswered
amaliagruia24
asked this question in
General
Replies: 1 comment 2 replies
-
Hey @amaliagruia24, Theia features support for the VS Code plugin protocol, and therefore supports all plugins for VS Code. See also open-vsx which is a marketplace for VS Code plugins hosted by the Eclipse Foundation. These can be dynamically installed or removed during the runtime of the Theia app. A second way to extend Theia (during compile-time only) is to build a Theia app. See our documentation on that topic. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm trying to understand what the equivalent mechanism is in Theia for what Eclipse RCP uses as P2 repositories—specifically for installing new software packages (in Eclipse they would be .jar files packaged as p2 repositories). What is the way to achieve this in Theia?
Beta Was this translation helpful? Give feedback.
All reactions