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
Failed to handle notification workspace/didChangeConfiguration
Traceback (most recent call last):
File "c:\GIT\s p\vscode-python\pythonFiles\lib\python\pygls\protocol.py", line 279, in _get_handler
return self.fm.builtin_features[feature_name]
KeyError: 'workspace/didChangeConfiguration'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "c:\GIT\s p\vscode-python\pythonFiles\lib\python\pygls\protocol.py", line 282, in _get_handler
return self.fm.features[feature_name]
KeyError: 'workspace/didChangeConfiguration'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "c:\GIT\s p\vscode-python\pythonFiles\lib\python\pygls\protocol.py", line 306, in _handle_notification
handler = self._get_handler(method_name)
File "c:\GIT\s p\vscode-python\pythonFiles\lib\python\pygls\protocol.py", line 284, in _get_handler
raise JsonRpcMethodNotFound.of(feature_name)
pygls.exceptions.JsonRpcMethodNotFound
The text was updated successfully, but these errors were encountered:
@krassowski@karthiknadig Please try out this PR and let me know if it resolves the issue for you. We can figure out how / whether to support configuration updates for a running server later, that might take a lot more time than suppressing this error.
Add support for this notification: https://microsoft.github.io/language-server-protocol/specifications/specification-current/#workspace_didChangeConfiguration
Currently I get this error when it is sent.
The text was updated successfully, but these errors were encountered: