nim-lang / langserver

The Nim language server implementation (based on nimsuggest)
204 stars 31 forks source link

* in case rootUri is null, but rootPath is set, take rootPath instead of using #179

Closed nickysn closed 9 months ago

nickysn commented 9 months ago

the current directory. This should improve performance with editors that only send rootPath, but no rootUri, such as Helix. Fixes #59.