Skip to content

Commit

Permalink
🤦
Browse files Browse the repository at this point in the history
  • Loading branch information
osiewicz committed Jan 13, 2025
1 parent 6d3e8aa commit fb48b7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/lsp/src/lsp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1181,7 +1181,7 @@ impl LanguageServer {
ws.workspace_folders.and_then(|folders| {
folders
.change_notifications
.map(|caps| !matches!(caps, OneOf::Left(false)))
.map(|caps| matches!(caps, OneOf::Left(false)))
})
})
.unwrap_or(true)
Expand Down

0 comments on commit fb48b7b

Please sign in to comment.