We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9377474 commit 4f75f53Copy full SHA for 4f75f53
clients/lsp-csharp.el
@@ -360,7 +360,8 @@ using the `textDocument/references' request."
360
("o#/testmessage" 'lsp-csharp--handle-os-testmessage)
361
("o#/testcompleted" 'lsp-csharp--handle-os-testcompleted)
362
("o#/projectconfiguration" 'ignore)
363
- ("o#/projectdiagnosticstatus" 'ignore))
+ ("o#/projectdiagnosticstatus" 'ignore)
364
+ ("o#/backgrounddiagnosticstatus" 'ignore))
365
:download-server-fn #'lsp-csharp--omnisharp-download-server))
366
367
;;
0 commit comments