We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83ca125 commit e6dfa4eCopy full SHA for e6dfa4e
ghcide/src/Development/IDE/Core/Rules.hs
@@ -184,7 +184,7 @@ instance Pretty Log where
184
"SUCCEEDED LOADING HIE FILE FOR" <+> pretty path
185
LogExactPrint log -> pretty log
186
LogTypecheckedFOI path -> vcat
187
- [ "WARNING: Typechecked a file which is not currently open in the editor:" <+> pretty (fromNormalizedFilePath path)
+ [ "Typechecked a file which is not currently open in the editor:" <+> pretty (fromNormalizedFilePath path)
188
, "This can indicate a bug which results in excessive memory usage."
189
, "This may be a spurious warning if you have recently closed the file."
190
, "If you haven't opened this file recently, please file a report on the issue tracker mentioning"
0 commit comments