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 44445c9 commit 109f77fCopy full SHA for 109f77f
src/language_server_protocol.rs
@@ -988,7 +988,7 @@ impl LanguageClient {
988
link_support: Some(true),
989
..GotoCapability::default()
990
}),
991
- publish_diagnostics: Some(PublishDiagnosticsCapability{
+ publish_diagnostics: Some(PublishDiagnosticsCapability {
992
related_information: Some(true),
993
..PublishDiagnosticsCapability::default()
994
0 commit comments