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 b39b112 commit 9226cb8Copy full SHA for 9226cb8
exe/Main.hs
@@ -85,7 +85,7 @@ main = do
85
& cmapWithPrio (renderStrict . layoutPretty defaultLayoutOptions . fst)
86
-- do not log heap stats to the LSP log as they interfere with the
87
-- ability of lsp-test to detect a stuck server in tests and benchmarks
88
- & cfilter (not . heapStats . snd . payload)
+ & if argsTesting then cfilter (not . heapStats . snd . payload) else id
89
]
90
plugins = (Plugins.idePlugins (cmapWithPrio LogPlugins recorder) includeExamplePlugins)
91
0 commit comments