File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
ghcide/session-loader/Development/IDE Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -252,7 +252,6 @@ loadSessionWithOptions SessionLoadingOptions{..} dir = do
252
252
253
253
IdeOptions { optTesting = IdeTesting optTesting
254
254
, optCheckProject = getCheckProject
255
- , optModifyDynFlags
256
255
, optExtensions
257
256
} <- getIdeOptions
258
257
@@ -266,6 +265,7 @@ loadSessionWithOptions SessionLoadingOptions{..} dir = do
266
265
TargetModule _ -> do
267
266
found <- filterM (IO. doesFileExist . fromNormalizedFilePath) targetLocations
268
267
return (targetTarget, found)
268
+ recordDirtyKeys extras GetKnownTargets [emptyFilePath]
269
269
modifyVarIO' knownTargetsVar $ traverseHashed $ \ known -> do
270
270
let known' = HM. unionWith (<>) known $ HM. fromList $ map (second Set. fromList) knownTargets
271
271
when (known /= known') $
You can’t perform that action at this time.
0 commit comments