Skip to content
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

Packaging an ext in an npm workspace with a dependency fails in a strange way #900

Closed
connor4312 opened this issue Sep 19, 2023 · 1 comment

Comments

@connor4312
Copy link
Member

connor4312 commented Sep 19, 2023

  1. Create an npm workspace with an extension that has a dependency on another package in a workspace
  2. Run vsce package
  3. See the following error

Image

It seems like vsce discovers and tries to bundle everything in the workspace rather than just the extension and its dependency. Packaging with --no-dependencies eliminates the error. We should handle this or fail in a better way

@joaomoreno
Copy link
Member

Duplicate of #580

@joaomoreno joaomoreno marked this as a duplicate of #580 Sep 21, 2023
@joaomoreno joaomoreno closed this as not planned Won't fix, can't repro, duplicate, stale Sep 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants