Conversation
| workspace: Some(WorkspaceClientCapabilities { | ||
| workspace_folders: Some(true), | ||
| ..Default::default() | ||
| }), | ||
| notebook_document: Some(NotebookDocumentClientCapabilities::default()), | ||
| window: Some(WindowClientCapabilities::default()), | ||
| general: Some(GeneralClientCapabilities::default()), | ||
| offset_encoding: None, | ||
| experimental: None, |
There was a problem hiding this comment.
I just used default for now
|
The implementation of I think it is possible to update to v0.95 right away, but I would like to hold off on whether to follow the changes in v0.96 for a while. |
Thank you checking them
OK |
Upgraded version of 0.93 to 0.97
There were breaking changes and
Urlwas changed toUri