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 d1026fd commit b22463aCopy full SHA for b22463a
Changelog.md
@@ -1,3 +1,8 @@
1
+### 0.0.14
2
+
3
+Revert `vscode-languageclient` dependency to version 3.5.0, since version 4.x for some
4
+reason breaks the documentation browser.
5
6
### 0.0.13
7
8
Add configuration to set the path to your HIE executable, if it's not on your PATH. Note
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.13",
+ "version": "0.0.14",
"license": "MIT",
"publisher": "alanz",
"engines": {
0 commit comments