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 5d09837 commit 13528d7Copy full SHA for 13528d7
ghcide/src/Development/IDE/Main.hs
@@ -364,7 +364,7 @@ defaultMain recorder Arguments{..} = withHeapStats (cmapWithPrio LogHeapStats re
364
let msg = T.pack $ show cfg
365
logWith recorder Debug $ LogConfigurationChange msg
366
modifyClientSettings ide (const $ Just cfgObj)
367
- setSomethingModified Shake.VFSUnmodified ide [toKey Rules.GetClientSettings emptyFilePath] "config change"
+ setSomethingModified Shake.VFSUnmodified ide [toKey Rules.GetClientSettings emptyFilePath] "config change" $ return ()
368
369
runLanguageServer (cmapWithPrio LogLanguageServer recorder) options inH outH argsDefaultHlsConfig argsParseConfig onConfigChange setup
370
dumpSTMStats
0 commit comments