From 774365e234901a78eabfb81a8c9b54a1434f630d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Ch=C5=82odnicki?= Date: Tue, 10 Dec 2024 09:52:25 +0100 Subject: [PATCH] disable pull diagnostics (#149) --- LSP-rust-analyzer.sublime-settings | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/LSP-rust-analyzer.sublime-settings b/LSP-rust-analyzer.sublime-settings index 2bfad5f..fc0347a 100644 --- a/LSP-rust-analyzer.sublime-settings +++ b/LSP-rust-analyzer.sublime-settings @@ -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, + } }