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 0c6d265 commit 2dbb029Copy full SHA for 2dbb029
Changelog.md
@@ -1,3 +1,10 @@
1
+### 0.0.30
2
+
3
+* Bundle using webpack (@chrismwendt)
4
+* Bump protocol version to 3.15 prerelease (@alanz)
5
+ This allows working progress reporting from hie.
6
+* Update casesplit plugin (@Avi-D-coder)
7
8
### 0.0.29
9
10
* bump protocol version to 3.15 (prerelease) (@alanz)
package.json
@@ -2,7 +2,7 @@
"name": "vscode-hie-server",
"displayName": "Haskell Language Server",
"description": "Language Server Protocol for Haskell via HIE",
- "version": "0.0.29",
+ "version": "0.0.30",
"license": "MIT",
"publisher": "alanz",
"engines": {
0 commit comments