nim-lang / vscode-nim

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

Retrieves the lsp extension capabilities from the server when available (server >= 1.5.2) #98

Closed jmgomez closed 2 weeks ago

jmgomez commented 2 weeks ago

This is useful for incrementally add custom extension support for the lsp while keeping the client working with older version of the server. The first feature will be a button to restart nimsuggest instances from the Nim panel.