This repository was archived by the owner on Mar 22, 2021. It is now read-only.

Description
At the moment I have the completion tests in my local environment failing for hie, due to
_ <- skipManyTill loggingNotification (count 2 noDiagnostics)
which in my case receives a diagnostics notification, then a logging notification, then the second diagnostic.
What I actually want to say is skip any logging notifications until we have received two diagnostics notifications.
Is this currently possible? If not, we should make it so.