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 c0487a9 commit 4b56260Copy full SHA for 4b56260
ghcide/src/Development/IDE/LSP/Notifications.hs
@@ -83,7 +83,7 @@ setHandlersNotifications = mconcat
83
-- See Note [File existence cache and LSP file watchers] which explains why we get these notifications and
84
-- what we do with them
85
let msg = Text.pack $ show fileEvents
86
- logDebug (ideLogger ide) $ "Files created or deleted: " <> msg
+ logDebug (ideLogger ide) $ "Watched file events: " <> msg
87
modifyFileExists ide fileEvents
88
modifyFileStore ide fileEvents
89
setSomethingModified ide
0 commit comments