-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Labels
bugSomething isn't workingSomething isn't workingserverRelated to the LSP serverRelated to the LSP server
Description
Resolve the following todo:
ruff/crates/ruff_server/src/session/capabilities.rs
Lines 40 to 51 in bcd9443
| let workspace_refresh = true; | |
| // TODO(jane): Once the bug involving workspace.diagnostic(s) deserialization has been fixed, | |
| // uncomment this. | |
| /* | |
| let workspace_refresh = client_capabilities | |
| .workspace | |
| .as_ref() | |
| .and_then(|workspace| workspace.diagnostic.as_ref()) | |
| .and_then(|diagnostic| diagnostic.refresh_support) | |
| .unwrap_or_default(); | |
| */ |
This should address #10581 (comment).
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingserverRelated to the LSP serverRelated to the LSP server