We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5292056 + 86652ff commit b73493fCopy full SHA for b73493f
Changelog.md
@@ -1,5 +1,12 @@
1
# Changelog for vscode-haskell
2
3
+## 2.1.1 (Pre-release)
4
+
5
+- Add Tool class and print stacktraces
6
+ ([#579](https://github.com/haskell/vscode-haskell/pull/579)) by @fendor
7
+- List Env Vars we care about only
8
+ ([#578](https://github.com/haskell/vscode-haskell/pull/578)) by @fendor
9
10
## 2.1.0 (Pre-release)
11
12
- Prepare pre-release 2.1.0
package.json
@@ -2,7 +2,7 @@
"name": "haskell",
"displayName": "Haskell",
"description": "Haskell language support powered by the Haskell Language Server",
- "version": "2.1.0",
+ "version": "2.1.1",
"license": "MIT",
"publisher": "haskell",
"engines": {
0 commit comments