-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build should fail if there are multiple lsp jars #148
Comments
Now I noticed the error message in npm's output:
I deleted the jars and now it works fine. Would be great if npm actually fails if there is an error. |
The created artifact is still called |
Ok, looks like something went wrong when I pulled. I had not checked out the latest main before... Sorry for the noise! So this issue breaks down to npm not failing in case there are multiple lsp jars. While it prints
This is easily missed as the overall build succeeds. |
When I run
npm install
on the current master, then the resultinglib
directory is empty. Consequently, the generated *.vsix is broken and the extension cannot start the language server. I also noticed that the resulting extension is calledvscode-lingua-franca-0.5.1.vsix
despite the recent 0.6.0 release.The text was updated successfully, but these errors were encountered: