Fix unhandle server notifications
[lsp-test.git] / src / Language / Haskell / LSP / Test / Messages.hs
index 02fa7fc41dd2f6e7dec83cfd3a9cfc59d3a0694a..258f91b2dfdc63525834eebed99ac82fdb865f64 100644 (file)
@@ -90,6 +90,10 @@ handleServerMessage request response notification msg = case msg of
     (NotPublishDiagnostics       m) -> notification m
     (NotLogMessage               m) -> notification m
     (NotShowMessage              m) -> notification m
+    (NotProgressStart            m) -> notification m
+    (NotProgressReport           m) -> notification m
+    (NotProgressDone             m) -> notification m
+    (NotProgressCancel           m) -> notification m
     (NotTelemetry                m) -> notification m
     (NotCancelRequestFromServer  m) -> notification m