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 08f3ca8 commit f0d162bCopy full SHA for f0d162b
ghcide/src/Development/IDE/Core/Compile.hs
@@ -547,7 +547,7 @@ indexHieFile se mod_summary srcPath hash hf = do
547
_ <- LSP.sendRequest LSP.SWindowWorkDoneProgressCreate (LSP.WorkDoneProgressCreateParams u) (const $ pure ())
548
LSP.sendNotification LSP.SProgress $ LSP.ProgressParams u $
549
LSP.Begin $ LSP.WorkDoneProgressBeginParams
550
- { _title = "Indexing references"
+ { _title = "Indexing"
551
, _cancellable = Nothing
552
, _message = Nothing
553
, _percentage = Nothing
0 commit comments