Skip to content
Discussion options

You must be logged in to vote

@rohitmit07 thank you for the question, it ultimately depends on your use-case:

  1. if you'd like to simply add the plugin for yourself then you can simply download and save the extension under the plugins folder which is referenced when starting the application:

"start": "theia start --plugins=local-dir:../../plugins",

  1. if you'd like the plugin to be available to your users through the extensions view then a version will need to be added to the open-source marketplace open-vsx so it can be fetched and installed. If it is not available in the open-vsx then you can either request to add it or publish it yourself.

  2. if …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by vince-fugnitto
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants