We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 054c315 commit f870cb4Copy full SHA for f870cb4
Changelog.md
@@ -1,5 +1,11 @@
1
# Changelog for vscode-haskell
2
3
+
4
+## 2.2.4
5
6
+- Downgrade vscode language client to 7.0.0
7
+ ([#843](https://github.com/haskell/vscode-haskell/pull/853)) by @fendor
8
9
## 2.2.3
10
11
- Prepare release 2.2.3
package.json
@@ -2,7 +2,7 @@
"name": "haskell",
"displayName": "Haskell",
"description": "Haskell language support powered by the Haskell Language Server",
- "version": "2.2.3",
+ "version": "2.2.4",
"license": "MIT",
"publisher": "haskell",
"engines": {
0 commit comments