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 33d5163 commit d12cf1bCopy full SHA for d12cf1b
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