Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.

Commit 343a2c4

Browse files
committed
Remove todo
1 parent 518affd commit 343a2c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Haskell/Ide/Engine/LSP/Reactor.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ data REnv = REnv
3232
{ scheduler :: Scheduler.Scheduler R
3333
, lspFuncs :: Core.LspFuncs Config
3434
-- | The process ID of HIE. See 'HasPidCache'
35-
, reactorPidCache :: Int -- TODO:AZ: do we need this? what is it for?
35+
, reactorPidCache :: Int
3636
, diagnosticSources :: Map.Map DiagnosticTrigger [(PluginId,DiagnosticProviderFunc)]
3737
, hoverProviders :: [HoverProvider]
3838
, symbolProviders :: [SymbolProvider]

0 commit comments

Comments
 (0)