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
I set up a Verdaccio private npm registry. I want to publish an extension to that private registry and then use the Private Extension Manager to install the extension from it.
But, the vsce package command gives me an error, because the publisher field in my package.json does not contain a valid VSCode Marketplace Publisher token. And I can't simply remove the field from the JSON, because it is required.
Because I intend to publish only on the private registry, how can I solve the issue and create my extension.vsix file without registering a user on the Public VSCode Marketplace?
Thanks,
Simone
The text was updated successfully, but these errors were encountered:
Hi,
I set up a Verdaccio private npm registry. I want to publish an extension to that private registry and then use the Private Extension Manager to install the extension from it.
But, the
vsce package
command gives me an error, because the publisher field in mypackage.json
does not contain a valid VSCode Marketplace Publisher token. And I can't simply remove the field from the JSON, because it is required.Because I intend to publish only on the private registry, how can I solve the issue and create my
extension.vsix
file without registering a user on the Public VSCode Marketplace?Thanks,
Simone
The text was updated successfully, but these errors were encountered: