On 11.11.23 17:26, arsi wrote:
H*i,*
Since yesterday I've been trying to run the rust-analyzer and I
finally found the reason why it doesn't work..
In the *LSPBindings* class, *server.initialize* is called, but it
should be followed by *server.initialized* and that is missing and
that's why the rust-analyzer won't run.
It would be ideal if we could find a volunteer to test it and commit
it...😉
why don't you open a PR? Not only do we have some LSP tests, CI can also
produce a dev-build for those who are interested in testing the change.
The PR dev builds do include the rust cluster too.
(I don't know whether /initialize/ or /initialized/ is correct, but this
might make things easier)
-mbien
ArSi