File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
ghcide/src/Development/IDE/Core Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -947,13 +947,13 @@ indexHieFile se mod_summary srcPath !hash hf = do
947
947
void $ LSP. sendRequest LSP. SMethod_WindowWorkDoneProgressCreate (LSP. WorkDoneProgressCreateParams u) $ liftIO . signalBarrier b
948
948
_ready <- liftIO $ waitBarrier b
949
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
- }
950
+ toJSON $ LSP. WorkDoneProgressBegin
951
+ { _kind = LSP. AString @ " begin"
952
+ , _title = " Indexing"
953
+ , _cancellable = Nothing
954
+ , _message = Nothing
955
+ , _percentage = Nothing
956
+ }
957
957
pure (Just u)
958
958
959
959
(! done, ! remaining) <- atomically $ do
You can’t perform that action at this time.
0 commit comments