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 178e58f commit 8dfb998Copy full SHA for 8dfb998
ghcide/ghcide.cabal
@@ -442,6 +442,7 @@ executable ghcide-bench
442
base,
443
bytestring,
444
containers,
445
+ data-default,
446
directory,
447
extra,
448
filepath,
ghcide/test/exe/Main.hs
@@ -5816,7 +5816,9 @@ runInDir' dir startExeIn startSessionIn extraOptions s = do
5816
-- Only sets HOME if it wasn't already set.
5817
setEnv "HOME" "/homeless-shelter" False
5818
conf <- getConfigFromEnv
5819
- runSessionWithConfig conf cmd lspTestCaps projDir s
+ runSessionWithConfig conf cmd lspTestCaps projDir $ do
5820
+ configureCheckProject False
5821
+ s
5822
5823
getConfigFromEnv :: IO SessionConfig
5824
getConfigFromEnv = do
0 commit comments