File tree Expand file tree Collapse file tree 1 file changed +17
-2
lines changed Expand file tree Collapse file tree 1 file changed +17
-2
lines changed Original file line number Diff line number Diff line change 33## 0.2.2
44
55This 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
6+ to align it with vscode-haskell-1.0.0. Whilst the old section is still
7+ supported for now, you should update your LSP configuration (which varies per
8+ client) from
89
910``` json
1011{
3233([ #224 ] ( https://github.com/haskell/haskell-language-server/pull/224 ) by @bubba )
3334- Rename the configuration section from languageServerHaskell => haskell
3435([ #227 ] ( https://github.com/haskell/haskell-language-server/pull/227 ) by @bubba )
36+ - Use -haddock for cabal and stack
37+ ([ #214 ] ( https://github.com/haskell/haskell-language-server/pull/214 ) by @jneira )
38+ - slightly better shell.nix for local development
39+ ([ #235 ] ( https://github.com/haskell/haskell-language-server/pull/235 ) by @pepeiborra )
40+ - Shell nix further steps
41+ ([ #240 ] ( https://github.com/haskell/haskell-language-server/pull/240 ) by @pepeiborra )
42+ - Add numeric-version option for wrapper and server
43+ ([ #241 ] ( https://github.com/haskell/haskell-language-server/pull/241 ) by @fendor )
44+ - Accept the legacy "languageServerHaskell" config name
45+ ([ #243 ] ( https://github.com/haskell/haskell-language-server/pull/243 ) by @bubba )
46+ - Fix for Eval plugin: Error from tests not reported
47+ ([ #244 ] ( https://github.com/haskell/haskell-language-server/pull/244 ) by @tittoassini )
48+ - Rename binaries before uploading
49+ ([ #248 ] ( https://github.com/haskell/haskell-language-server/pull/248 ) by @bubba )
3550
3651## 0.2.1
3752
You can’t perform that action at this time.
0 commit comments