openvsx icon indicating copy to clipboard operation
openvsx copied to clipboard

An open-source registry for VS Code extensions

Results 183 openvsx issues
Sort by recently updated
recently updated
newest added

It would be really helpful to have a simple helm chart to deploy this project.

enhancement

This commit moves `ovsx.js` to the root of the package. This way we don't need to copy the file from `src` to `lib` at build time.

As described in https://github.com/open-vsx/publish-extensions/issues/689, there is something wrong with how we detect licenses. If you take GitLens and publish it at its latest version (`14.0.1`), the MIT License gets displayed...

bug

We're using a script to mirror extensions from open-vsx.org to our internal registry. It compares what's already present there to what we're requesting, and only mirrors the extension if it's...

I am trying to publish an update to [`googlecloudtools.cloudcode`](https://open-vsx.org/extension/googlecloudtools/cloudcode). I uploaded version 1.22.0 3 days ago. According to the settings page it was published: ![Screenshot 2023-07-17 at 4 08 57...

Fixes #587 Add optional access token to RegistryAPI Add API documentation

priority:low

Update ElasticSearch to 8.7.1 in documentation

The attempt to publish a platform-specific extension that previously was uploaded to MSFT's marketplace without errors. The vsix files are available here https://github.com/stateful/vscode-runme/releases/tag/1.1.1 ``` npx ovsx publish --debug --packagePath runme-darwin-arm64-1.1.1.vsix...