Christian Dietrich
Christian Dietrich
workaround that may work for you with older xtext and xtext-gradle-plugin versions https://github.com/itemis/xtext-languageserver-example/commit/4b6cd4607d44b92d34e9ebe235048f2c62aa4ce1
this project uses STONEAGE version of as good as everything. => you see https://github.com/eclipse/xtext/issues/1231 too => you need more constraints, update gradle and plugins => i have doubts anything of...
@akosyakov it looks like the stuff the theia generator creates is not runnable (just saw it creates stuff in the parent as well)
@xavierdevairakkam can you provide a complete reproducer? are you using kotlin dsl? then i would expect ``` node { version.set("16.14.0") ``` or the like
i still cannot reproduce your problem with that snippet.
i had to add a clean task and an assembe task, and a package json but yes
maybe https://github.com/parcel-bundler/watcher/issues/183
yes its quite random
@msujew this is a corner case is our grammar where empty names are possible with string literals wdyt? alternative would be to move ``` name: name ?? nameNode.text, ``` or...
@ocallesp i just reported the issue as I am affected over a longer dependency chain