nim-lang / vscode-nim

A VS Code plugin for the Nim language
Other
78 stars 8 forks source link

Config option for specifying the full path to nimlangserver #8

Closed nickysn closed 11 months ago

nickysn commented 11 months ago

Currently, the VS code extension searches for nimlangserver in the PATH. It would be nice to add a configuration option that allows the user to specify the full path to the server binary. If empty, we can still search in PATH.