We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c89ccfd commit c501042Copy full SHA for c501042
hls-test-utils/src/Test/Hls/Util.hs
@@ -320,7 +320,7 @@ waitForDiagnosticsFromSourceWithTimeout timeout document source = do
320
-- Send a dummy message to provoke a response from the server.
321
-- This guarantees that we have at least one message to
322
-- process, so message won't block or timeout.
323
- testId <- Test.sendRequest (SCustomMethod "test") (A.toJSON GetFilesOfInterest)
+ testId <- Test.sendRequest (SCustomMethod "test") A.Null
324
handleMessages testId
325
where
326
matches :: Diagnostic -> Bool
0 commit comments