nim-lang / vscode-nim

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

Regression: langserver doesnt autocomplete #25

Closed jmgomez closed 6 months ago

jmgomez commented 6 months ago

When the vscode language client was updated to v9 the completation capability stopped working. Current workaround is to install the version v7 again (npm install vscode-languageclient@7.0.0). Notice the lsp protocol changed from 3.16 to 3.17 in v8