You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create an npm workspace with an extension that has a dependency on another package in a workspace
Run vsce package
See the following error
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
The text was updated successfully, but these errors were encountered:
vsce package
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 wayThe text was updated successfully, but these errors were encountered: