Aart van Baren

Results 333 comments of Aart van Baren

Hi @ewanharris, did you manage to transfer the ownership of the extension?

Hi @fladdimir, thanks for your PR. The code works well as a smoke test and I think that was exactly the intent of #371.

@radeksimko The main difference between `ovsx` and `vsce` is that `vsce` has some client-side validation before it publishes an extension. That's why `vsce` extracts the target from the xmlManifest. On...

> Does that mean it's impossible to build the packages once and publish them both to MS Marketplace and open-vsx.org if we need platform-specific builds? `ovsx` uses the `createVSIX` function...

Here's how I open Open VSX in Gitpod: - Install the Gitpod browser addon - Navigate to https://github.com/eclipse/openvsx - Click the green Gitpod button - A new tab opens -...

> The only minor oddity was the UI, which only seems to show the platform which was first uploaded: That's a bug in both the server and `ovsx`. On the...

Current python version is [2022.18.2](https://open-vsx.org/extension/ms-python/python)

Hi @benoitf, Open VSX now has a `/vscode/unpkg` endpoint. This endpoint is used by VS Code as `resourceUrlTemplate`, but it could also be used to access the `meta.yaml` file. Would...

Hi @autumnfound, I've fixed your branch. The download terms are now shown: ![openvsx-download-terms](https://user-images.githubusercontent.com/14129099/179212167-5053ff10-ae8a-4a21-afa6-23b8d25f6728.png) When the pull request is done, can you mark it ready for review?