Skip to content

Commit 4f75f53

Browse files
authored
ignore backgrounddiagnosticstatus (#4209)
1 parent 9377474 commit 4f75f53

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

clients/lsp-csharp.el

+2-1
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,8 @@ using the `textDocument/references' request."
360360
("o#/testmessage" 'lsp-csharp--handle-os-testmessage)
361361
("o#/testcompleted" 'lsp-csharp--handle-os-testcompleted)
362362
("o#/projectconfiguration" 'ignore)
363-
("o#/projectdiagnosticstatus" 'ignore))
363+
("o#/projectdiagnosticstatus" 'ignore)
364+
("o#/backgrounddiagnosticstatus" 'ignore))
364365
:download-server-fn #'lsp-csharp--omnisharp-download-server))
365366

366367
;;

0 commit comments

Comments
 (0)