[eglot] (warning) Server tried to register unsupported capability `workspace/didChangeWorkspaceFolders' #1237
LuciusChen
started this conversation in
General
Replies: 2 comments 7 replies
-
What exactly do you do in the client, which in this case is Emacs, that constitutes a change of "workspace folders" according to the definition above?
What features would those be? |
Beta Was this translation helpful? Give feedback.
2 replies
-
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When using Eglot with my LSP server, I encountered the following warning/error message: "server tried to register unsupported capability 'workspace/didChangeWorkspaceFolders'". This appears to be due to the LSP server attempting to register the 'workspace/didChangeWorkspaceFolders' capability, which is not currently supported by Eglot.
This capability allows the server to receive notifications when the folders in the workspace change. While this warning/error does not prevent me from using Eglot for code editing and navigation, it does seem to indicate that some features provided by the LSP server might not be available due to this unsupported capability.
I would like to request that support for 'workspace/didChangeWorkspaceFolders' be considered for a future update of Eglot to fully take advantage of all the features offered by my LSP server. Thank you.
Beta Was this translation helpful? Give feedback.
All reactions