Skip to content

Commit bf8bb34

Browse files
committed
revert
1 parent 1d73ef5 commit bf8bb34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ghcide/src/Development/IDE/Main.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ defaultMain recorder Arguments{..} = withHeapStats (cmapWithPrio LogHeapStats re
370370
setSomethingModified Shake.VFSUnmodified ide "config change" $ do
371371
logWith recorder Debug $ LogConfigurationChange msg
372372
modifyClientSettings ide (const $ Just cfgObj)
373-
return [toKey Rules.GetClientSettings emptyFilePath]
373+
return [toNoFileKey Rules.GetClientSettings]
374374

375375
runLanguageServer (cmapWithPrio LogLanguageServer recorder) options inH outH argsDefaultHlsConfig argsParseConfig onConfigChange setup
376376
dumpSTMStats

0 commit comments

Comments
 (0)