diff --git a/clients/lsp-csharp.el b/clients/lsp-csharp.el index d2c73736d0..01f3144b2e 100644 --- a/clients/lsp-csharp.el +++ b/clients/lsp-csharp.el @@ -360,7 +360,8 @@ using the `textDocument/references' request." ("o#/testmessage" 'lsp-csharp--handle-os-testmessage) ("o#/testcompleted" 'lsp-csharp--handle-os-testcompleted) ("o#/projectconfiguration" 'ignore) - ("o#/projectdiagnosticstatus" 'ignore)) + ("o#/projectdiagnosticstatus" 'ignore) + ("o#/backgrounddiagnosticstatus" 'ignore)) :download-server-fn #'lsp-csharp--omnisharp-download-server)) ;;