We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8600d1 commit 1fd6658Copy full SHA for 1fd6658
test/utils/Test/Hls/Command.hs
@@ -23,7 +23,7 @@ hlsCommand :: String
23
{-# NOINLINE hlsCommand #-}
24
hlsCommand = unsafePerformIO $ do
25
testExe <- fromMaybe "haskell-language-server" <$> lookupEnv "HLS_TEST_EXE"
26
- pure $ testExe ++ " --lsp -d -j4"
+ pure $ testExe ++ " --lsp -j4"
27
28
hlsCommandVomit :: String
29
hlsCommandVomit = hlsCommand ++ " --vomit"
0 commit comments