ghcide/.gitignore
Alfredo Di Napoli 4b6e691136
Allow GHC plugins to be called with an updated StringBuffer (#698)
* Ignore tags file

* Pass an updated StringBuffer in ModSummary construction

The `getModSummaryFromBuffer` function constructs a `ModSummary` that
will be included in the `ParsedModule` data structure ghcide will later
on typecheck, calling any registred plugin in the process.

There was a problem, though: such `ModSummary` didn't include the
updated `StringBuffer` representing the in-memory content of a file
being edited (inclusive of all its unsaved changes). This was causing
plugins to not react in real time and emitting diagnostics only upon
save.

This commit fixes it.
2020-07-20 11:09:32 +02:00

17 lines
179 B
Plaintext

dist/
.stack-work/
dist-newstyle/
cabal.project.local
*~
*.lock
/.tasty-rerun-log
.vscode
/.hlint-*
bench/example/
bench-hist/
bench-temp/
.shake/
ghcide
*.benchmark-gcStats
tags