We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82bfab3 commit 47d896cCopy full SHA for 47d896c
src/Ide/Main.hs
@@ -130,7 +130,7 @@ runLspMode recorder ghcideArgs@GhcideArguments{..} idePlugins = withTelemetryLog
130
, IDEMain.argsHlsPlugins = IDEMain.argsHlsPlugins args <> idePlugins
131
, IDEMain.argsLogger = pure logger <> pure telemetryLogger
132
, IDEMain.argsThreads = if argsThreads == 0 then Nothing else Just $ fromIntegral argsThreads
133
- , IDEMain.argsIdeOptions = \_config sessionLoader ->
134
- let defOptions = Ghcide.defaultIdeOptions sessionLoader
+ , IDEMain.argsIdeOptions = \config sessionLoader ->
+ let defOptions = IDEMain.argsIdeOptions args config sessionLoader
135
in defOptions { Ghcide.optShakeProfiling = argsShakeProfiling }
136
}
0 commit comments