We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d73ef5 commit bf8bb34Copy full SHA for bf8bb34
ghcide/src/Development/IDE/Main.hs
@@ -370,7 +370,7 @@ defaultMain recorder Arguments{..} = withHeapStats (cmapWithPrio LogHeapStats re
370
setSomethingModified Shake.VFSUnmodified ide "config change" $ do
371
logWith recorder Debug $ LogConfigurationChange msg
372
modifyClientSettings ide (const $ Just cfgObj)
373
- return [toKey Rules.GetClientSettings emptyFilePath]
+ return [toNoFileKey Rules.GetClientSettings]
374
375
runLanguageServer (cmapWithPrio LogLanguageServer recorder) options inH outH argsDefaultHlsConfig argsParseConfig onConfigChange setup
376
dumpSTMStats
0 commit comments