mirror of
https://github.com/haskell/ghcide.git
synced 2024-12-15 13:03:40 +03:00
58b997d1aa
* Prepare for new releases * More accurate changelog
666 B
666 B
unreleased
0.0.4 (2019-10-20)
- Add a
--version
cli option (thanks @jacg) - Update to use progress reporting as defined in LSP 3.15. The VSCode extension has also been updated and should now be making use of this.
- Properly declare that we should support code actions. This helps with some clients that rely on this information to enable code actions (thanks @jacg).
- Fix a race condition caused by sharing the finder cache between concurrent compilations.
- Avoid normalizing include dirs. This avoids issues where the same file ends up twice in the module graph, e.g., with different casing for drive letters.