You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As described in the README, I'm trying to update the server's capabilities using the LSP configuration in my client. That is, as far as I understand, a table sent to the server via a workspace/didChangeConfiguration notification after initialization:
The capabilities just won't update, while other settings, for example setting a custom log_file, are correctly applied. Setting the capabilities in .Rprofile also works as expected, but this is not the preferred way for me.
I'm using the native LSP client in Neovim 0.10.2 with the latest R languageserver release v0.3.16. Even though I don't see anything related to the capabilities, here is a debug log of starting and stopping the server once on one file.
The text was updated successfully, but these errors were encountered:
As described in the README, I'm trying to update the server's capabilities using the LSP configuration in my client. That is, as far as I understand, a table sent to the server via a
workspace/didChangeConfiguration
notification after initialization:The capabilities just won't update, while other settings, for example setting a custom
log_file
, are correctly applied. Setting the capabilities in.Rprofile
also works as expected, but this is not the preferred way for me.I'm using the native LSP client in Neovim 0.10.2 with the latest R
languageserver
release v0.3.16. Even though I don't see anything related to the capabilities, here is a debug log of starting and stopping the server once on one file.The text was updated successfully, but these errors were encountered: