mirror of
https://github.com/haskell/ghcide.git
synced 2024-12-02 08:53:07 +03:00
4b6e691136
* 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.
17 lines
179 B
Plaintext
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
|