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 26a005c commit e78c8f4Copy full SHA for e78c8f4
ghcide/src/Development/IDE/Core/Compile.hs
@@ -948,12 +948,12 @@ indexHieFile se mod_summary srcPath !hash hf = do
948
_ready <- liftIO $ waitBarrier b
949
LSP.runLspT env $ LSP.sendNotification LSP.SMethod_Progress $ LSP.ProgressParams u $
950
toJSON $ LSP.WorkDoneProgressBegin
951
- { _kind = LSP.AString @"begin"
952
- , _title = "Indexing"
953
- , _cancellable = Nothing
954
- , _message = Nothing
955
- , _percentage = Nothing
956
- }
+ { _kind = LSP.AString @"begin"
+ , _title = "Indexing"
+ , _cancellable = Nothing
+ , _message = Nothing
+ , _percentage = Nothing
+ }
957
pure (Just u)
958
959
(!done, !remaining) <- atomically $ do
0 commit comments