joelspadin-garmin / vscode-private-extension-manager

Private extension manager for Visual Studio Code
103 stars 22 forks source link

Getting TypeError: expected time.unpublished but got null #76

Closed maxenium closed 2 years ago

maxenium commented 2 years ago

Hi there,

I am currently evaluting the use of this extension to be used with a local artifactory instance. Setup working so far so good. I already published a extension I created locally to artifactory. However, when adding the source to the private-extension-manager I am getting the following error message:

Warning: Discarding package helloworld:
TypeError: In package "helloworld": Expected string at time.unpublished but got null

The artifactory repo is set up as a npm repository. What am I doing wrong?

maxenium commented 2 years ago

Found it is a duplicate of #50. The issue was still found as I was using the vscode-version 1.43.2 provided by my company. And unfortunately, only v1.1 of the extension is compatible (which is not containing the fix implemented after resolving #50)