nim-lang / vscode-nim

A VS Code plugin for the Nim language
Other
63 stars 5 forks source link

Improves the installation process #57

Closed jmgomez closed 2 months ago

jmgomez commented 2 months ago

Now errors and outputs is logged in the Nim output windows as they happen. This PR also prepares the local installation environment. Unfortunately it errors, so Nimble needs to be improved. cc #9

jmgomez commented 2 months ago

The order where it checks for the lsp is if set, will use the one in the vscode path option. if there is one available in the path will fallback to it. Otherwise it will install it. But it also checks where the local one will be installed. Meaning, when that's the default behaviour it will still prioritise the one in the path but the installation will be local.