-
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Hi @hamitiya-STM, As you already noticed I have already started working on the PR for #597. You can have a look at the WIP branch (eclipse-glsp/glsp-vscode-integration@0e61fcf) to see the necessary changes. |
Beta Was this translation helpful? Give feedback.

Hi @hamitiya-STM,
the example in the
vscode-integrationwas never intended for packing/publishing and a little bit of additional configuration is requiredto 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
vscedoesn't work well with yarn in combination with lerna. To easiest way to solve this issue is to bundle theworkflow example extension with webpack. Then
vsce package --yarnshould 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@