0.8.0 Release Candidate 02
Pre-release
Pre-release
Prerelease/Milestone build of the upcoming 0.8.0 version of @eclipse-glsp-examples/*. (This will be the first official release since migrating to Eclipse)
Note: This RC build depends on new features from sprotty-theia. Unfortunately this features are not available in a release yet so a snapshot version ("next" version) is used instead. This potentially causes some dependency conflicts due to different version requirements in the snapshot sprotty-theia version and GLSP.
You can use the this workaround (when using [yarn])(https://classic.yarnpkg.com/en/):
Add the following section to the package.json file of your project:
"resolutions":
"**/sprotty": "0.9.0-next.7028f2a"
}