openvsx icon indicating copy to clipboard operation
openvsx copied to clipboard

An open-source registry for VS Code extensions

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

Fixes #452 Added UpstreamProxyService ### Testing steps - Add to `dev/application.properties`: ``` ovsx: upstream: proxy: enabled: true url: https://open-vsx.org/ ``` - Run the server - Test the upstream endpoints -...

VS Code makes this query to fetch the popular extensions view but the response is 19 MB ``` curl 'http://localhost:8080/vscode/gallery/extensionquery' \ -H 'accept: application/json;api-version=3.0-preview.1' \ -H 'content-type: application/json' \ --data-raw...

Added publish button to header Added extensions tab in user settings Added ability to publish extension Added ability to create namespace Make namespaces visible for contributors Testing steps: A publish...

first suggestion for https://github.com/eclipse/openvsx/issues/371

The `publisher.isDomainVerified` property is missing for extension whose namespace is verified. e.g. from ms marketplace response ```json { "publisherId": "eed56242-9699-4317-8bc7-e9f4b9bdd3ff", "publisherName": "redhat", "displayName": "Red Hat", "flags": "verified", "domain": "https://redhat.com", "isDomainVerified":...

priority:medium

Fixes #431 Added RegistryAPITest.testGetQueryExtensionVersion to replicate the issue. ### Manual testing steps - Download https://open-vsx.org/api/ms-python/python/2022.0.1814523869/file/ms-python.python-2022.0.1814523869.vsix. - Download https://open-vsx.org/api/ms-python/python/2020.8.105369/file/ms-python.python-2020.8.105369.vsix. - Create namespace `ms-python`. - Publish the two downloaded extensions. - Execute...

It appears that making API queries about old versions of plugins produces empty responses. For example: All known versions of redhat.vscode-xml ```jsonc "allVersions": { "latest": "https://open-vsx.org/api/redhat/vscode-xml/latest", "preview": "https://open-vsx.org/api/redhat/vscode-xml/preview", "0.19.1": "https://open-vsx.org/api/redhat/vscode-xml/0.19.1",...

The open-vsx server consumes a lot of bandwidth -- a daily average of about 50Mbps -- and that excludes transfers, as those are provided by Azure. This is equal to,...

As you can see in the picture below, I want to upload this extension to my own openvsx server by using ovsx cli, but the size of the vsix file...