File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 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)
4949import Development.IDE.Graph (ShakeOptions (shakeThreads ))
5050import Development.IDE.Main
5151import 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 ),
5353 WaitForIdeRuleResult (ideResultSuccess ))
5454import Development.IDE.Types.Options
5555import GHC.IO.Handle
@@ -242,7 +242,7 @@ waitForTypecheck :: TextDocumentIdentifier -> Session (Either ResponseError Bool
242242waitForTypecheck tid = fmap ideResultSuccess <$> waitForAction " typecheck" tid
243243
244244getLastBuildKeys :: Session (Either ResponseError [T. Text ])
245- getLastBuildKeys = callTestPlugin GetLastBuildKeys
245+ getLastBuildKeys = callTestPlugin GetBuildKeysBuilt
246246
247247sendConfigurationChanged :: Value -> Session ()
248248sendConfigurationChanged config =
You can’t perform that action at this time.
0 commit comments