-
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
vsce package
is inefficient
#80
Comments
What would be a reasonable alternative to using a submodule? In any case, we need to build the language server. Providing a fix to |
Given that there are so many other things in progress that do not involve this issue, and that this issue does not affect the quality of the artifact, I would personally prefer to defer action on this. We can depend on a fork of Edit: To answer directly, I do not know what we would do without using a submodule. We did not originally use a submodule, but there is a reason why we switched. |
Sounds reasonable! If the fix is quick (which it appears to be), then it might be worth submitting a PR for |
Is this still a thing? I think the build is pretty fast now? Shall we close this? |
I do not know but I saw that you updated |
This algorithm is causing problems for us. The build has been super slow for a long time, and this slowness is totally unnecessary. Basically
vsce package
indexes directories that are ignored in.vscodeignore
-- in particular, thelingua-franca
submodule -- only to filter them out afterward. I was prompted to investigate this when I finally started getting anAllocation failed - JavaScript heap out of memory
error just by runningnpx vsce ls
.We need to either fix things on our end by not using the submodule, or else try to fix things on
vsce
's end.The text was updated successfully, but these errors were encountered: