-
Notifications
You must be signed in to change notification settings - Fork 213
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 should not check for publisher #328
Comments
For extension packs, too. |
1 similar comment
For extension packs, too. |
You can solve this by adding a 'publisher' field in package.json, vsce will generate the package with no problems |
I agree with the issue too. If I use a private npm repository to share my extension only with my colleagues I don't want to create an Azure organization. This check should be done when I publish to the public marketplace, not when I generate the vsix package. |
Hi @sergeiudris, I had that error for two reasons:
Maybe these tips are helpful. I link you the issue that I opened on another repo but correlated to this problem: joelspadin-garmin/vscode-private-extension-manager#40 (comment) |
You are welcome! |
🎉 This issue has been resolved in version 2.2.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Repro:
vsce package
vsce
should not check forpublisher
for generating the VSIXThe text was updated successfully, but these errors were encountered: