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 2f304a6 commit c9fbf25Copy full SHA for c9fbf25
Changelog.md
@@ -1,3 +1,11 @@
1
+### 0.0.28
2
+
3
+* remove unused `lsp` flag (@bubba)
4
+* do not start `hie` if `hie-wrapper` crashes (@bubba)
5
+* Expose diagnosticsOnChange option for settings (Frederik Ramcke)
6
+* Avoid CVE on `extend` package
7
+* Enable displaying window progress (@bubba)
8
9
### 0.0.27
10
11
* Re-enable search feature for documentation (@anonimitoraf)
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.27",
+ "version": "0.0.28",
"license": "MIT",
"publisher": "alanz",
"engines": {
0 commit comments