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 d44baec commit c65e354Copy full SHA for c65e354
plugins/hls-splice-plugin/test/Main.hs
@@ -86,8 +86,7 @@ goldenTestWithEdit fp tc line col =
86
{ _start = Position 0 0
87
, _end = Position (length lns + 1) 1
88
}
89
- waitForProgressDone -- cradle
90
- waitForProgressDone
+ waitForAllProgressDone -- cradle
91
alt <- liftIO $ T.readFile (fp <.> "error.hs")
92
void $ applyEdit doc $ TextEdit theRange alt
93
changeDoc doc [TextDocumentContentChangeEvent (Just theRange) Nothing alt]
0 commit comments