-
Notifications
You must be signed in to change notification settings - Fork 211
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
Use correct script while building volar #628
Conversation
Thanks a lot, @wvffle! |
@filiptronicek, I've tried to look at the errors. It is... weird... If I install the dependencies in the root directory with What I did feels very hacky but it seems to work and package the extension: |
@wvffle
|
@johnsoncodehk thanks for explaining the build steps! |
Should work now |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Many thanks, @wvffle!
LGTM ✅
@filiptronicek, there seems to be an error while publishing volar to the repository: https://github.com/open-vsx/publish-extensions/runs/7693396759?check_suite_focus=true#step:9:6797, could you take a while and look at it? :) |
Thanks for noting this, @wvffle, I have taken a look at this and sadly it seems it's going to be blocked until open-vsx.org deploys next, which I'm not sure when it will be :/. |
@filiptronicek I think the |
@anbraten if I'm not mistaken, you cannot just get ownership of a namespace by creating it. You only are assigned as a member, you cannot add others to it therefore not an owner - to be an owner you need to claim the namespace, first. @open-vsx is kind of the BDFL of https://open-vsx.org, it can publish any extension at any time under any namespace. It shouldn't be the problem here. I will try to discuss with the team at Eclipse if they have any logs about the publishing errors. |
Description
This PR applies @johnsoncodehk's suggestions from #626.