File tree Expand file tree Collapse file tree 2 files changed +34
-1
lines changed Expand file tree Collapse file tree 2 files changed +34
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog for haskell-language-server
22
3+ ## 0.2.2
4+
5+ This changes the configuration section from "languageServerHaskell" to "haskell"
6+ to align it with vscode-hie-server 0.1. You will need to update your LSP
7+ configurations (which vary per client) from
8+
9+ ``` json
10+ {
11+ "languageServerHaskell" : {
12+ "formattingProvider" : " stylish-haskell"
13+ }
14+ }
15+ ```
16+
17+ to
18+
19+ ``` json
20+ {
21+ "haskell" : {
22+ "formattingProvider" : " stylish-haskell"
23+ }
24+ }
25+ ```
26+
27+ ### Pull requests merged
28+
29+ - Mention docs on hover feature in README
30+ ([ #209 ] ( https://github.com/haskell/haskell-language-server/pull/209 ) by @georgefst )
31+ - Add static binaries for ghc-8.8.4
32+ ([ #224 ] ( https://github.com/haskell/haskell-language-server/pull/224 ) by @bubba )
33+ - Rename the configuration section from languageServerHaskell => haskell
34+ ([ #227 ] ( https://github.com/haskell/haskell-language-server/pull/227 ) by @bubba )
35+
336## 0.2.1
437
538This release includes a new eval plugin that allows Haddock code examples to be
Original file line number Diff line number Diff line change 11cabal-version : 2.2
22category : Development
33name : haskell-language-server
4- version : 0.2.1 .0
4+ version : 0.2.2 .0
55synopsis : LSP server for GHC
66description : Please see the README on GitHub at <https://github.com/haskell/haskell-language-server#readme>
77homepage : https://github.com/haskell/haskell-language-server#readme
You can’t perform that action at this time.
0 commit comments