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
If our vscode extension is adjusted to use versions of NPM packages that aren't yet published on npmjs.com then we cannot build a vsix using the vsce tool:
What happened?
If our vscode extension is adjusted to use versions of NPM packages that aren't yet published on npmjs.com then we cannot build a vsix using the vsce tool:
Output:
This is an known issue with this tool:
microsoft/vscode-vsce#203
What should have happened?
We should be able to build a vsix file using the vsce tool. FYI, the
--no-dependencies
doesn't work either, as you just get a corrupt build.I think we can probably fork the vsce tool to add support for npm linked packages.
Steps to reproduce the bug
Checkout e3a100b and run
npx vsce package --no-update-package-json --no-git-tag-version
from the taqueria-vscode-extension directory.Relevant log output
No response
Screenshots and images
Screenshot and images
Code of Conduct
The text was updated successfully, but these errors were encountered: