Adapt Che Theia to use VSCode builtins instead of deprecated Theia extensions #15770
Labels
area/editor/theia
Issues related to the che-theia IDE of Che
kind/task
Internal things, technical debt, and to-do tasks to be performed.
severity/P1
Has a major impact to usage or development of the system.
Is your task related to a problem? Please describe.
In Theia upstream, several extensions are deprecated and going to be removed soon, see eclipse-theia/theia#6933
VS Code built-in extensions are used instead, see eclipse-theia/theia#6883
Describe the solution you'd like
We need to adapt Che Theia to exclude the deprecated extensions and include the corresponding VS Code builtins instead.
Describe alternatives you've considered
Additional context
@theia/cli
providesdownload:plugins
script to fetch the VS Code plugins.For the details, see:
package.json
https://github.com/eclipse-theia/theia/pull/6883/files#diff-b9cfc7f2cdf78a7f4b91a753d10865a2R74The text was updated successfully, but these errors were encountered: