PMunch / nimlsp

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

Check nimlsp version and Nim version on startup #145

Closed PMunch closed 1 year ago

PMunch commented 2 years ago

It would be a nice feature to have NimLSP check on startup whether the currently selected Nim version matched the version it was built for, and if there is a newer version of NimLSP available. These could then simply create an information message which should be shown in the UI of the client.

PMunch commented 1 year ago

Decided against checking NimLSP version as it would mean network traffic. This wouldn't be a huge issue on Linux since NimLSP is async, but on Windows this could severely hamper startup speed.