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 e6105ff commit 610355cCopy full SHA for 610355c
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
- -- flush out the Shake session to record a Shake profile if applicable
266
- liftIO $ shakeShut ide
267
-- stop the reactor to free up the hiedb connection
268
liftIO stopReactor
+ -- flush out the Shake session to record a Shake profile if applicable
+ liftIO $ shakeShut ide
269
resp $ Right Null
270
271
exitHandler :: IO () -> LSP.Handlers (ServerM c)
0 commit comments