eclipse-theia / theia

Eclipse Theia is a cloud & desktop IDE framework implemented in TypeScript.
http://theia-ide.org
Eclipse Public License 2.0
19.84k stars 2.48k forks source link

Update built-ins to 1.88.1 level #13673

Closed tsmaeder closed 3 months ago

tsmaeder commented 3 months ago

What it does

Updates the built-in versions for download:plugins to 1.88.1 level. Also removes the explicit downloads of extensions which are included in the extension packs.

Contributed on behalf of ST Microelectronics

How to test

Delete the plugins folder in you Theia installation and run yarn download:plugins. The download should proceed normally and Theia should function as usual.

Follow-ups

Review checklist

Reminder for reviewers

tsmaeder commented 3 months ago

I filed an issue about the exception: it does not seem to have any effect, though.

tsmaeder commented 3 months ago

Seems the integration tests are not happy. I'll have a look.