Skip to content

Commit

Permalink
disable pull diagnostics (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
rchl authored Dec 10, 2024
1 parent bdbe1c5 commit 774365e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions LSP-rust-analyzer.sublime-settings
Original file line number Diff line number Diff line change
Expand Up @@ -622,4 +622,8 @@
"command": [
"${storage_path}/LSP-rust-analyzer/rust-analyzer"
],
"disabled_capabilities": {
// Workaround for https://github.com/sublimelsp/LSP/issues/2572
"diagnosticProvider": true,
}
}

0 comments on commit 774365e

Please sign in to comment.