Skip to content

Commit

Permalink
register publish_diagnostics client capability (#2241)
Browse files Browse the repository at this point in the history
  • Loading branch information
ratmice authored Apr 25, 2022
1 parent a8cb466 commit db47761
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions helix-lsp/src/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,9 @@ impl Client {
}),
..Default::default()
}),
publish_diagnostics: Some(lsp::PublishDiagnosticsClientCapabilities {
..Default::default()
}),
..Default::default()
}),
window: Some(lsp::WindowClientCapabilities {
Expand Down

0 comments on commit db47761

Please sign in to comment.