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 bea88b5 commit c9219f0Copy full SHA for c9219f0
ghcide/session-loader/Development/IDE/Session.hs
@@ -476,7 +476,7 @@ loadSessionWithOptions recorder SessionLoadingOptions{..} dir = do
476
} <- getShakeExtras
477
let invalidateShakeCache = do
478
void $ modifyVar' version succ
479
- return $ toKey GhcSessionIO emptyFilePath
+ return $ toNoFileKey GhcSessionIO
480
481
IdeOptions{ optTesting = IdeTesting optTesting
482
, optCheckProject = getCheckProject
0 commit comments