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

Can you support configuring the backend host name in the webui code [here](https://github.com/eclipse/openvsx/blob/a874a24e85653463b8cc7697d6849ea7a64f49cb/webui/src/default/default-app.tsx#L25)? I have the constraint that I can't use ports and must deploy the webui to `https://open-vsx.foo.com` and...

Fixes #744 Added target to unpkg endpoint Added unit tests

Upstream issue: https://github.com/microsoft/vscode/issues/180525 Upstream PR: https://github.com/microsoft/vscode/pull/182072

Extension packages can be up to 512 MB and files within an extension package can be up to 32 MB. Luckily most extensions are a couple MB or less. However...

priority:medium

When you search for the Jupyter[^1] extension on Open VSX [[direct search link](https://open-vsx.org/?search=ms-toolsai.jupyter&category=&sortBy=relevance&sortOrder=desc)], you will be met with the first result being `CodeStream.codeStream`. I believe this is because we treat...

bug

### Testing steps - Check out [master ](https://github.com/eclipse/openvsx/commit/f9561102728657fc301c274ec0c4b00b57f09f08) - Download a bunch of extensions in a directory (the more the better) - Configure `extensionDir` in `src/gatling/resources/application.properties` - Add `super_token` to...

priority:medium

Fixes #514 ### Testing Steps - Open this PR in Gitpod using the Gitpod browser plugin. It will automatically setup Prometheus and Grafana. - Once the Gitpod workspace has initialized,...

Hi folks, if interesting for you, I've set up a docker-compose to spin up the services used by openvsx locally. Gitpod is nice, and I've used a bit for my...

We just add `width` and `height` to icons in order to reduce [CLS](https://web.dev/optimize-cls/#images-without-dimensions-%F0%9F%8C%86).

webui
priority:low

When you put the upstream URL as localhost:8080 or similar, fun things happen 😄 - I don't think we need to address potential infinite loops any other way than the...

priority:low