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 4817514 commit e2c86f7Copy full SHA for e2c86f7
plugins/hls-tactics-plugin/test/Utils.hs
@@ -109,6 +109,7 @@ mkGoldenTest eq tc occ line col input =
109
runSessionForTactics $ do
110
doc <- openDoc (input <.> "hs") "haskell"
111
_ <- waitForDiagnostics
112
+ waitForAllProgressDone
113
actions <- getCodeActions doc $ pointRange line col
114
case find ((== Just (tacticTitle tc occ)) . codeActionTitle) actions of
115
Just (InR CodeAction {_command = Just c}) -> do
0 commit comments