-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
getting deprecated message fornim.provider lsp in project settings (vsCode) #24
Comments
This extension defaults to using the "lsp" extension, so you don't need this setting at all if you want to use the Nim language server. In a future version, this setting is planned to be removed, hence the deprecation is correct. The problem is that the message "Please use the lsp backend." is confusing and should be changed to something that explains this better. Maybe something like "Provider selection is planned to be removed in the future. Only the lsp backend will be supported. If you're already using the lsp backend, you don't need this setting, since this is now the default." |
(any suggestions how to improve the deprecation message are welcome) |
First thing would be to modify the link that leads to references to using the lsp using nim. provider. For the depracated message, if it is possible the message should be modified to clarify that the setting has been internalised . e.e rather than 'please use the Lsp backend', how about 'The nim.provider setting has been internalised in the VScode extension (Link?) and uses Lsp as the default setting. It may be safely removed from your config.' Apologies for the duplicate postings. I was lost in a maze of repositories, all alike...... |
I'm trying to follow the saem instructions for the nim language server but I'm seeing this in the project settings
Should I just wait or is this an issue?
The text was updated successfully, but these errors were encountered: