0.8.0 Release Candidate 01
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-theia": "0.8.0-next.a3b3621",
"**/@theia/core": "0.15.0",
"**/@theia/editor": "0.15.0",
"**/@theia/filesystem": "0.15.0",
"**/@theia/languages": "0.15.0",
"**/@theia/monaco": "0.15.0",
"**/@theia/process": "0.15.0",
"**/sprotty": "0.8.0-next.666cfe0"
}
"**/sprotty-theia": "0.8.0-next.a3b3621",
"**/@theia/core": "0.15.0",
"**/@theia/editor": "0.15.0",
"**/@theia/filesystem": "0.15.0",
"**/@theia/languages": "0.15.0",
"**/@theia/monaco": "0.15.0",
"**/@theia/process": "0.15.0",
"**/sprotty": "0.8.0-next.666cfe0"
}