We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 311556e commit e3c11baCopy full SHA for e3c11ba
Changelog.md
@@ -1,5 +1,10 @@
1
# Changelog for vscode-haskell
2
3
+## 2.2.0
4
+
5
+- Bump version to 2.2.0 (Syncs up pre-release and release version)
6
+ ([#594](https://github.com/haskell/vscode-haskell/pull/594)) by @hasufell
7
8
## 2.0.1
9
10
- Bad error message when ghcup is not installed
package.json
@@ -2,7 +2,7 @@
"name": "haskell",
"displayName": "Haskell",
"description": "Haskell language support powered by the Haskell Language Server",
- "version": "2.0.1",
+ "version": "2.2.0",
"license": "MIT",
"publisher": "haskell",
"engines": {
0 commit comments