File tree 1 file changed +17
-2
lines changed
1 file changed +17
-2
lines changed Original file line number Diff line number Diff line change 3
3
## 0.2.2
4
4
5
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
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
8
9
9
10
``` json
10
11
{
32
33
([ #224 ] ( https://github.com/haskell/haskell-language-server/pull/224 ) by @bubba )
33
34
- Rename the configuration section from languageServerHaskell => haskell
34
35
([ #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 )
35
50
36
51
## 0.2.1
37
52
You can’t perform that action at this time.
0 commit comments