Skip to content

Commit 13528d7

Browse files
committed
fix
1 parent 5d09837 commit 13528d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ghcide/src/Development/IDE/Main.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ defaultMain recorder Arguments{..} = withHeapStats (cmapWithPrio LogHeapStats re
364364
let msg = T.pack $ show cfg
365365
logWith recorder Debug $ LogConfigurationChange msg
366366
modifyClientSettings ide (const $ Just cfgObj)
367-
setSomethingModified Shake.VFSUnmodified ide [toKey Rules.GetClientSettings emptyFilePath] "config change"
367+
setSomethingModified Shake.VFSUnmodified ide [toKey Rules.GetClientSettings emptyFilePath] "config change" $ return ()
368368

369369
runLanguageServer (cmapWithPrio LogLanguageServer recorder) options inH outH argsDefaultHlsConfig argsParseConfig onConfigChange setup
370370
dumpSTMStats

0 commit comments

Comments
 (0)