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 5d9c393 commit 6446341Copy full SHA for 6446341
Changelog.md
@@ -1,3 +1,7 @@
1
+### 0.0.31
2
+
3
+* Log to stderr (vscode output) by default, add option for logfile (@bubba)
4
5
### 0.0.30
6
7
* Bundle using webpack (@chrismwendt)
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.30",
+ "version": "0.0.31",
"license": "MIT",
"publisher": "alanz",
8
"engines": {
0 commit comments