File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
hls-test-utils/src/Test/Hls Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,6 @@ import Data.List.Extra (find)
55
55
import qualified Data.Set as Set
56
56
import qualified Data.Text as T
57
57
import Development.IDE (GhcVersion (.. ), ghcVersion )
58
- import Development.IDE.Plugin.Test (TestRequest (GetFilesOfInterest ))
59
58
import qualified Language.LSP.Test as Test
60
59
import Language.LSP.Types hiding (Reason (.. ))
61
60
import qualified Language.LSP.Types.Capabilities as C
@@ -320,7 +319,7 @@ waitForDiagnosticsFromSourceWithTimeout timeout document source = do
320
319
-- Send a dummy message to provoke a response from the server.
321
320
-- This guarantees that we have at least one message to
322
321
-- process, so message won't block or timeout.
323
- testId <- Test. sendRequest (SCustomMethod " test" ) ( A. toJSON GetFilesOfInterest )
322
+ testId <- Test. sendRequest (SCustomMethod " test" ) A. Null
324
323
handleMessages testId
325
324
where
326
325
matches :: Diagnostic -> Bool
You can’t perform that action at this time.
0 commit comments