We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8296467 commit d72e119Copy full SHA for d72e119
ghcide/test/exe/Main.hs
@@ -6721,7 +6721,7 @@ unitTests recorder logger = do
6721
] ++ Ghcide.descriptors (cmapWithPrio LogGhcIde recorder)
6722
6723
testIde recorder (IDE.testing (cmapWithPrio LogIDEMain recorder) logger){IDE.argsHlsPlugins = plugins} $ do
6724
- _ <- createDoc "haskell" "A.hs" "module A where"
+ _ <- createDoc "A.hs" "haskell" "module A where"
6725
waitForProgressDone
6726
actualOrder <- liftIO $ readIORef orderRef
6727
0 commit comments