Skip to content

Commit

Permalink
ignore backgrounddiagnosticstatus (#4209)
Browse files Browse the repository at this point in the history
  • Loading branch information
katsusuke authored Nov 1, 2023
1 parent 9377474 commit 4f75f53
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion clients/lsp-csharp.el
Original file line number Diff line number Diff line change
Expand Up @@ -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))

;;
Expand Down

0 comments on commit 4f75f53

Please sign in to comment.