File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ import Development.IDE (IdeState, noLogging)
49
49
import Development.IDE.Graph (ShakeOptions (shakeThreads ))
50
50
import Development.IDE.Main
51
51
import qualified Development.IDE.Main as Ghcide
52
- import Development.IDE.Plugin.Test (TestRequest (GetLastBuildKeys , WaitForIdeRule , WaitForShakeQueue ),
52
+ import Development.IDE.Plugin.Test (TestRequest (GetBuildKeysBuilt , WaitForIdeRule , WaitForShakeQueue ),
53
53
WaitForIdeRuleResult (ideResultSuccess ))
54
54
import Development.IDE.Types.Options
55
55
import GHC.IO.Handle
@@ -242,7 +242,7 @@ waitForTypecheck :: TextDocumentIdentifier -> Session (Either ResponseError Bool
242
242
waitForTypecheck tid = fmap ideResultSuccess <$> waitForAction " typecheck" tid
243
243
244
244
getLastBuildKeys :: Session (Either ResponseError [T. Text ])
245
- getLastBuildKeys = callTestPlugin GetLastBuildKeys
245
+ getLastBuildKeys = callTestPlugin GetBuildKeysBuilt
246
246
247
247
sendConfigurationChanged :: Value -> Session ()
248
248
sendConfigurationChanged config =
You can’t perform that action at this time.
0 commit comments