Christian Dietrich
Christian Dietrich
see also https://github.com/ballerina-platform/lsp4intellij/issues/303
thx for fixing
is the build fail related to my changes? do we need to reserve sorting?
what do i need to execute to replicate the github action build locally? (so that i can try locally without pushing) where is the rules from imported rules sorted in?...
did some debugging. 1st problem was that the client cannot handle the servers `serverCapabilities.getTextDocumentSync` == `TextDocumentSyncKind.Incremental` what that patched in RequestManager i can at least see the notifications arrive at...
still one left: https://github.com/iloveeclipse/anyedittools/blob/221ffa09ab2c5a554073ddc8111450a8b9ed0e54/AnyEditTools-feature/feature.xml#L9
this looks like the projects uses a stoneage gradle(w) version please also note https://github.com/eclipse-theia/theia/blob/master/CHANGELOG.md#1_4_0_deprecate_languages i assume you have to use vscode plugin in theia instead https://github.com/itemis/xtext-languageserver-example/tree/cd_223_wip_vscode/theia-vscode (note, cd_223_wip_vscode branch)
xtext currently does not support https://microsoft.github.io//language-server-protocol/specifications/specification-3-14/#workspace_didChangeWorkspaceFolders https://github.com/eclipse/xtext-core/issues/1238 => only the initial projects, but new files will be supported. thus i wonder what exaclty you do to reproduce this problem (creating...
then i wonder how you have implemented scoping and if the change to file a leads to file b beeing affected and recalculated e.g. arround `org.eclipse.xtext.build.Indexer.computeAndIndexAffected(BuildRequest, BuildContext) `
see https://github.com/eclipse/xtext/issues/1976