PMunch / nimlsp

Language Server Protocol implementation for Nim
MIT License
419 stars 51 forks source link

Doesn't respond to lsp requests #140

Closed AmjadHD closed 2 years ago

AmjadHD commented 2 years ago

When built with devel nim, nimlsp doesn't respond to lsp requests, and consumes a lot of cpu. The problem starts with https://github.com/nim-lang/Nim/commit/23e0160af283bb0bb573a86145e6c1c792780d49. OS: Windows

PMunch commented 2 years ago

This is very likely a nimsuggest error and not a nimlsp error..

AmjadHD commented 2 years ago

I tried nimsuggest, it works fine AFAICT.