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 4bdc2c8 commit c4bb53aCopy full SHA for c4bb53a
ghcide/session-loader/Development/IDE/Session.hs
@@ -438,8 +438,8 @@ loadSessionWithOptions recorder SessionLoadingOptions{..} rootDir que = do
438
-- they are inconsistent. So, everywhere you modify 'fileToFlags',
439
-- you have to modify 'filesMap' as well.
440
filesMap <- newVar HM.empty :: IO (Var FilesMap)
441
- pendingFilesTQueue <- newTQueueIO
442
-- Pending files waiting to be loaded
+ pendingFilesTQueue <- newTQueueIO
443
-- Version of the mappings above
444
version <- newVar 0
445
biosSessionLoadingVar <- newVar Nothing :: IO (Var (Maybe SessionLoadingPreferenceConfig))
0 commit comments