Skip to content

Issue while trying to package the VS code extension using vsce #596

Answered by tortmayr
YHAMSTM asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @hamitiya-STM,
the example in the vscode-integration was never intended for packing/publishing and a little bit of additional configuration is required
to achieve this. This usecase is also interesting for other adopters we should probably update the workflow example extension to properly support packaging. I have created #597 to track this.

As you already noticed vsce doesn't work well with yarn in combination with lerna. To easiest way to solve this issue is to bundle the
workflow example extension with webpack. Then vsce package --yarn should work as intended.

I have already started working on the PR for #597. You can have a look at the WIP branch (eclipse-glsp/glsp-vscode-integration@

Replies: 1 comment 1 reply

Comment options

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

Answer selected by YHAMSTM
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