We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65ab69e commit 0880560Copy full SHA for 0880560
Changelog.md
@@ -1,5 +1,12 @@
1
# Changelog for vscode-haskell
2
3
+## 2.6.0
4
+
5
+- Add cabalFormattingProvider to package.json
6
+ ([#1100](https://github.com/haskell/vscode-haskell/pull/1100)) by @fendor
7
+- Prepare 2.4.4
8
+ ([#1083](https://github.com/haskell/vscode-haskell/pull/1083)) by @fendor
9
10
## 2.5.3
11
12
- Split out packaging action
package.json
@@ -2,7 +2,7 @@
"name": "haskell",
"displayName": "Haskell",
"description": "Haskell language support powered by the Haskell Language Server",
- "version": "2.5.3",
+ "version": "2.6.0",
"license": "MIT",
"publisher": "haskell",
"engines": {
0 commit comments