We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf37b46 commit f4558e9Copy full SHA for f4558e9
ChangeLog.md
@@ -2,10 +2,13 @@
2
3
## 0.7.1
4
5
-* This is a minor bug fix release, mainly fixing an issue that removed accidentally desugarer warnings (#676).
6
-
+- This is a minor bug fix release:
+ - It fixes an issue that removed accidentally desugarer warnings (#676).
7
+ - It disables auto extend import lists in completions, see #679.
8
### Pull requests merged
9
10
+- Disable auto extend import lists in completions. It fixes #679.
11
+([#685)](https://github.com/haskell/haskell-language-server/pull/685) by @pepeiborra
12
- Restore kick (#676). It fixes #676.
13
([#677)](https://github.com/haskell/haskell-language-server/pull/677) by @wz1000
14
- README: Remove instructions to execute data target
0 commit comments