Here is the job: https://github.com/theia-ide/vscode-builtin-extensions/actions?query=workflow%3Apublish-vscode-built-in-extensions
-
To see list of all published extensions, open the latest successful job, then
Deploy Extension
and scroll down. -
To get a link for a concrete extension, for example Git:
> npm info @theia/vscode-builtin-git@next dist.tarball
https://registry.npmjs.org/@theia/vscode-builtin-git/-/vscode-builtin-git-0.3.0-next.db32534bf1.tgz
There is no guarantee that they work though, some of them can rely on new or proposed APIs. Please file issues. For stable use latest
tag as before. If the job is failing, let us know
[original thread by Anton Kosyakov]