Skip to content

Is there an example how to create a VSIX package for a langium language? #650

Answered by msujew
goto40 asked this question in Q&A
Discussion options

You must be logged in to vote

Hey @goto40,

thanks for the compliment, it's always great to hear positive feedback from our users :)

Is there an example somewhere how to produce a VSIX package?

Actually yes. Since Langium is written using Langium, one such example would be our langium-vscode extension. Note that you should bundle your extension and language server code before producing a VSIX package. See our code bundling guide for more info. Aside from bundling your code, all you have to do is run vsce package in your extension directory.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@goto40
Comment options

Answer selected by goto40
Comment options

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