Aart van Baren

Results 333 comments of Aart van Baren

> I've done testing to load the user + check the publisher agreement, and it seems to work. Are there any functions otherwise that you would need to test? Once...

> > I've done testing to load the user + check the publisher agreement, and it seems to work. Are there any functions otherwise that you would need to test?...

Don't forget to move the `issuer-uri` to `DEPLOYMENT_CONFIG` as well. Other than that there are no changes that impact open-vsx.org: https://github.com/EclipseFdn/open-vsx.org/compare/production...main

`ovsx` uses `vsce` to package extensions (where `target` is used). `ovsx` doesn't validate the `target`, just passes it to `vsce`, so `ovsx` also doesn't support `win32-ia32`.

There are some extensions that support `win32-ia32`. Last publish was a year ago. @kineticsquid @tfroment Do you want to keep `win32-ia32` (Windows 32-bit) support? [win32-ia32.csv](https://github.com/user-attachments/files/18891143/win32-ia32.csv)

> is there a way to remove this warning? Yes, set the `role` to `privileged` > are there any options to bring our own SSO as the auth provider? Yes,...

> I read "User authentication is done with [OAuth](https://oauth.net/). Currently only [GitHub](https://docs.github.com/en/free-pro-team@latest/developers/apps/building-oauth-apps) is supported as OAuth provider." Ah. I see what you mean. I've updated the wiki. Other OAuth providers...

@ModyQyW Support for deprecated extensions has been added, e.g. https://open-vsx.org/extension/ZixuanChen/vitest-explorer. The top section is grayed out and an alternative extension is recommended: "Use vitest instead".

At 19:27 CEST I found: ``` org.postgresql.util.PSQLException: ERROR: duplicate key value violates unique constraint "unique_extension_public_id" Detail: Key (public_id)=(a226f06e-9b5e-493b-b92a-553d3572f969) already exists. ```

The installs badge is part of the `jbangdev.jbang-vscode` README file, not all extensions show this badge, e.g. [rust-analyzer](https://open-vsx.org/extension/rust-lang/rust-analyzer). Open VSX only tracks downloads. The downloads are imported from Azure Blob...