Skip to content

Commit 1b7f2cd

Browse files
committed
Prepare for 1.1.0
1 parent 3ebf994 commit 1b7f2cd

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

Changelog.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
### 1.1.0
2+
3+
- Add Fourmolu as a plugin formatter provider (@georgefst)
4+
- Remove the `haskell.enable` configuration option, since VS Code now allows
5+
you to disable extensions on a per workspace basis
6+
- Display errors when fetching from the GitHub API properly
7+
18
### 1.0.1
29

310
- Switch the default formatter to Ormolu to match haskell-language-server

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
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, ghcide or HIE",
5-
"version": "1.0.1",
5+
"version": "1.1.0",
66
"license": "MIT",
77
"publisher": "haskell",
88
"engines": {

0 commit comments

Comments
 (0)