Skip to content

Commit 8199337

Browse files
authored
Merge pull request #426 from jneira/prepare-1.6.0
Prepare 1.6.0
2 parents ae8056c + 1dfa228 commit 8199337

File tree

3 files changed

+37
-4
lines changed

3 files changed

+37
-4
lines changed

Changelog.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,15 @@
22

33
- Add tracking of cabal files to work together with the incoming cabal formatter plugin
44

5+
### 1.6.0
6+
7+
- Bump up vscode version to 1.52.0 (#424) by @berberman
8+
- To match the lsp spec version used in haskell-language-version and fix <https://github.com/haskell/haskell-language-server/issues/2068>
9+
510
### 1.5.1
611

712
- Add much more logging in the client side, configured with `haskell.trace.client`
8-
- Fix error handling of `working out project ghc` (See #421)
13+
- Fix error handling of `working out project ghc` and a bug when the path to the executable contains spaces (See #421)
914
- And dont use a shell to spawn the subprocess in non windows systems
1015
- Show the progress as a cancellable notification
1116
- Add commands `Start Haskell LSP server` and `Stop Haskell LSP server`

package-lock.json

Lines changed: 30 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "haskell",
33
"displayName": "Haskell",
44
"description": "Haskell language support powered by the Haskell Language Server",
5-
"version": "1.5.1",
5+
"version": "1.6.0",
66
"license": "MIT",
77
"publisher": "haskell",
88
"engines": {

0 commit comments

Comments
 (0)