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 a65ac5c commit f4690c5Copy full SHA for f4690c5
ghcide/src/Development/IDE/LSP/LanguageServer.hs
@@ -262,10 +262,10 @@ shutdownHandler :: Recorder (WithPriority Log) -> IO () -> LSP.Handlers (ServerM
262
shutdownHandler recorder stopReactor = LSP.requestHandler SMethod_Shutdown $ \_ resp -> do
263
(_, ide) <- ask
264
liftIO $ logWith recorder Debug LogServerShutdownMessage
265
- -- stop the reactor to free up the hiedb connection
266
- liftIO stopReactor
267
-- flush out the Shake session to record a Shake profile if applicable
268
liftIO $ shakeShut ide
+ -- stop the reactor to free up the hiedb connection
+ liftIO stopReactor
269
resp $ Right Null
270
271
exitHandler :: IO () -> LSP.Handlers (ServerM c)
0 commit comments