-
Notifications
You must be signed in to change notification settings - Fork 207
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
Support linked node modules #203
Comments
There is currently no support for linked packages. |
Not work with Lerna linked packages |
I am running into same issue with a npm linked module. Did anyone find an alternative? |
No solution so far, I have to link for development and unlink for the packaging to work |
@chriscamicas can you please explain a little in depth? Once you unlink, it is not getting inside the vsix or does it? |
using my previous example, my workflow is:
develop in both project
|
@chriscamicas thanks a lot for the explanation. In my case, we haven't published the module yet to npm :(. |
A better tutorial explaining how to use |
Any progress on this? I develop a vscode extension that depends on a package I develop. Right now I have to push to npm in order to build a local .vsix file. Is there any solution to this? Is there a reason not to use
with the link=true parameter? |
Same issue here... Why is the |
@joaomoreno Looks like the fix for this was reverted, I can still repro the problem when running out of sources |
🤦♂️ Completely forgot that it was. Thanks for reopening. |
any updates on this? i'm running into this issue as well when packaging my extension locally |
According to the doc, No idea on how to do it the right way. |
So is there any way/readme to build vsix with local packages inside lerna repository? |
Is there any way around this? I'm building an extension locally with no intent to publish any of the packages or the extension itself. |
You can write a script running |
When I use a linked package, and I run
vsce package
it fails withsteps to reproduce in PowerShell:
I'm running Windows 10 x64
The text was updated successfully, but these errors were encountered: