Skip to content

Commit 4b56260

Browse files
committed
log FileChanged events
1 parent c0487a9 commit 4b56260

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ghcide/src/Development/IDE/LSP/Notifications.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ setHandlersNotifications = mconcat
8383
-- See Note [File existence cache and LSP file watchers] which explains why we get these notifications and
8484
-- what we do with them
8585
let msg = Text.pack $ show fileEvents
86-
logDebug (ideLogger ide) $ "Files created or deleted: " <> msg
86+
logDebug (ideLogger ide) $ "Watched file events: " <> msg
8787
modifyFileExists ide fileEvents
8888
modifyFileStore ide fileEvents
8989
setSomethingModified ide

0 commit comments

Comments
 (0)