Merge pull request #19266 from the-mikedavis/lsp-pull-diagnostics-identifier
Add `identifier` to pull diagnostic LSP capabilities
This commit is contained in:
commit
a43a5f9aef
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@ pub fn server_capabilities(config: &Config) -> ServerCapabilities {
|
|||
})),
|
||||
diagnostic_provider: Some(lsp_types::DiagnosticServerCapabilities::Options(
|
||||
lsp_types::DiagnosticOptions {
|
||||
identifier: None,
|
||||
identifier: Some("rust-analyzer".to_owned()),
|
||||
inter_file_dependencies: true,
|
||||
// FIXME
|
||||
workspace_diagnostics: false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue