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 4d3d8c6 commit ec8a94cCopy full SHA for ec8a94c
test/utils/Test/Hls/Command.hs
@@ -1,7 +1,6 @@
1
module Test.Hls.Command
2
( hlsCommand,
3
hlsCommandExamplePlugin,
4
- hlsCommandVomit,
5
logFilePath,
6
)
7
where
@@ -23,10 +22,7 @@ hlsCommand :: String
23
22
{-# NOINLINE hlsCommand #-}
24
hlsCommand = unsafePerformIO $ do
25
testExe <- fromMaybe "haskell-language-server" <$> lookupEnv "HLS_TEST_EXE"
26
- pure $ testExe ++ " --lsp -d -j4 -l test-logs/" ++ logFilePath
27
-
28
-hlsCommandVomit :: String
29
-hlsCommandVomit = hlsCommand ++ " --vomit"
+ pure $ testExe ++ " --lsp -d -j2 -l test-logs/" ++ logFilePath
30
31
hlsCommandExamplePlugin :: String
32
hlsCommandExamplePlugin = hlsCommand ++ " --example"
0 commit comments