Skip to content

Commit

Permalink
Remove outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lionel- committed Jan 15, 2025
1 parent 937d619 commit cf9ff74
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/lsp/src/handlers_state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,6 @@ pub(crate) async fn did_open(
let document = Document::new(contents, Some(version), lsp_state.position_encoding);
state.documents.insert(uri.clone(), document);

// TODO: Remove once the test client knows about the `configuration`
// server-to-client request
if lsp_state.capabilities.request_configuration {
update_config(vec![uri], client, lsp_state, state)
.instrument(tracing::info_span!("did_change_configuration"))
Expand Down

0 comments on commit cf9ff74

Please sign in to comment.