We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb879f9 commit 44445c9Copy full SHA for 44445c9
src/language_server_protocol.rs
@@ -988,6 +988,10 @@ impl LanguageClient {
988
link_support: Some(true),
989
..GotoCapability::default()
990
}),
991
+ publish_diagnostics: Some(PublishDiagnosticsCapability{
992
+ related_information: Some(true),
993
+ ..PublishDiagnosticsCapability::default()
994
+ }),
995
..TextDocumentClientCapabilities::default()
996
997
workspace: Some(WorkspaceClientCapabilities {
0 commit comments