Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(lsp): Implement textDocument/selectionRange #9845

Merged
merged 5 commits into from
Mar 23, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
minor cleanup 🧹
  • Loading branch information
jeanp413 committed Mar 21, 2021
commit 040074a4b4649fe3b4e56d9d2757894fce71195d
1 change: 0 additions & 1 deletion cli/lsp/language_server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1629,7 +1629,6 @@ impl Inner {
selection_ranges.push(selection_range.to_selection_range(&line_index));
}
self.performance.measure(mark);
// let join_results = futures::future::join_all(handles).await;
Ok(Some(selection_ranges))
}

Expand Down