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 ea0083b commit 0717588Copy full SHA for 0717588
Changelog.md
@@ -1,3 +1,8 @@
1
+### 0.0.23
2
+
3
+* Fix multi-process issue, where vscode would launch multiple hie instances.
4
+ By @kfigiela
5
6
### 0.0.22
7
8
* Add configuration option to enable liquid haskell processing. This
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.22",
+ "version": "0.0.23",
"license": "MIT",
"publisher": "alanz",
"engines": {
0 commit comments