@eclipse-glsp/theia-integration
TypeScript icon, indicating that this package has built-in type declarations

2.1.0-theia1.45.0 • Public • Published

Eclipse GLSP - Theia Integration for GLSP Clients

This package contains the glue code necessary to integrate diagram editors built with the graphical language server platform with Eclipse Theia.

This project is built with yarn and is available from npm via @eclipse-glsp/theia-integration.

Theia Version Compatibility

@eclipse-glsp/theia-integration Theia
0.8.0 <=1.4.0
0.9.0 >=1.20.0 <= 1.25.0
1.0.0 >=1.25.0 <= 1.26.0
1.0.0-theia1.27.0 >=1.27.0 < 1.34.0
1.0.0-theia1.34.0 >=1.34.0 < 1.39.0
2.0.0 >=1.39.0 < 1.45.0
2.1.0 >=1.39.0 < 1.45.0
2.1.0-theia1.44.0 >=1.45.0
next >=1.45.0

Note: For versions =1.0.0 it is not possible to safely restrict the maximum version of Theia packages. If you encounter build errors related to multiple resolved Theia versions please add a resolutions block to the package.json of your project e.g. for 1.0.0-theia1.27.0:

...
 "resolutions": {
    "**/@theia/core": "1.27.0",
    "**/@theia/editor": "1.27.0",
    "**/@theia/filesystem": "1.27.0",
    "**/@theia/messages": "1.27.0",
    "**/@theia/monaco": "1.27.0"
  },
...

More information

For more information, please visit the Eclipse GLSP Umbrella repository and the Eclipse GLSP Website. If you have questions, please raise them in the discussions and have a look at our communication and support options.

alt

Package Sidebar

Install

npm i @eclipse-glsp/theia-integration

Weekly Downloads

279

Version

2.1.0-theia1.45.0

License

(EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0)

Unpacked Size

786 kB

Total Files

248

Last publish

Collaborators

  • ndoschek
  • tortmayr
  • planger
  • eclipse-glsp-bot
  • mfleck
  • jfaltermeier