We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b1021d commit e32468dCopy full SHA for e32468d
ghcide/src/Development/IDE/Main.hs
@@ -242,7 +242,7 @@ defaultArguments recorder plugins = Arguments
242
{ LSP.optCompletionTriggerCharacters = Just "."
243
-- Generally people start to notice that something is taking a while at about 1s, so
244
-- that's when we start reporting progress
245
- , LSP.optProgressStartDelay = 1_00_000
+ , LSP.optProgressStartDelay = 1_000_000
246
-- Once progress is being reported, it's nice to see that it's moving reasonably quickly,
247
-- but not so fast that it's ugly. This number is a bit made up
248
, LSP.optProgressUpdateDelay = 1_00_000
0 commit comments