Which theia version maps to which plugin version? #8284
-
As I write this, the latest theia modules seem to be at version 1.4 (see https://www.npmjs.com/package/@theia/core), but the latest version of the "built-in" markdown language plugin seems to be 1.47.3 (see https://open-vsx.org/extension/vscode/markdown). The version of the plugins seems to map to the VS Code version (which is helpful) but the theia version is a totally different string (which it not so helpful!). How do I know which plugin versions should be used with which theia version? I am asking because I've got some issues with some plugins, and my first step was to check I'd got compatible versions of those plugins, but this is impossible as I can't find any guidance on how the versions map to each other. Can anyone help explain? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
@tstibbs there is no direct mapping, for the builtin extensions we identify which APIs are supported and include them in the example applications of this repository. If an extension has problems we downgrade them but there is no direct correlation between Theia extension versions and VS Code plugins (builtins extensions). |
Beta Was this translation helpful? Give feedback.
@tstibbs there is no direct mapping, for the builtin extensions we identify which APIs are supported and include them in the example applications of this repository. If an extension has problems we downgrade them but there is no direct correlation between Theia extension versions and VS Code plugins (builtins extensions).