nim-lang / langserver

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

nimlangserver isn't installed on plugin installation #185

Closed s-tikhomirov closed 9 months ago

s-tikhomirov commented 9 months ago

After installing the vscode-nim plugin in VSCode (in the "Extensions" menu), I get the following error message:

Unable to find/install nimlangserver.

Apparently, nimlangserver was supposed to be automatically installed alongside the plugin, but failed.

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

Screenshot from 2024-02-14 14-46-53

nickysn commented 9 months ago

Better file this bug under the VS code plugin, rather than the language server: https://github.com/nim-lang/vscode-nim/issues/new Or maybe, add comments on this existing VS code plugin issue: https://github.com/nim-lang/vscode-nim/issues/9