How to package Theia Plugin #8040
Answered
by
zhaomenghuan
taiyivictor
asked this question in
General
-
How can I package Theia Plugin? |
Beta Was this translation helpful? Give feedback.
Answered by
zhaomenghuan
Sep 21, 2020
Replies: 2 comments 2 replies
-
You can use the vsce module to package your plugin into .vsix file,and use the ovsx module to publish to open-vsx.org. Please see https://github.com/eclipse/openvsx/wiki/Publishing-Extensions |
Beta Was this translation helpful? Give feedback.
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
You can use the vsce module to package your plugin into .vsix file,and use the ovsx module to publish to open-vsx.org.
Please see https://github.com/eclipse/openvsx/wiki/Publishing-Extensions