nim-lang/langserver

Nimsuggest initialization failed / process crashed

Closed this issue · 1 comments

Solving #185 , I installed nimlangserver manually with nimble install nimlangserver. The result was Success: nimlangserver installed successfully.. I then re-launched VSCode and got the following two errors:

Nimsuggest initialization for (path) failed with: Nimsuggest process crashed.

Server failed with Nimsuggest process crashed.

Screenshot from 2024-02-14 14-58-19

Ubuntu 20.04.6 LTS, VSCode 1.86.1, Nim 2.0.2, nim-lang.org plugin v0.9.0.

As a workaround one can run ./env.sh . The NimSuggest issues are being fixed at nim-lang/Nim#23293