We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abcf822 commit ba8e1a7Copy full SHA for ba8e1a7
plugins/hls-notes-plugin/test/NotesTest.hs
@@ -53,6 +53,7 @@ gotoNoteTests = testGroup "Goto Note Definition"
53
doc <- openDoc "Other.hs" "haskell"
54
waitForCustomMessage "ghcide/cradle/loaded" (const $ Just ())
55
waitForAllProgressDone
56
+ void $ waitForTypecheck doc -- Windows need some extra time apparently
57
defs <- getDefinitions doc (Position 5 20)
58
liftIO $ do
59
fp <- canonicalizePath "NoteDef.hs"
0 commit comments