Skip to content

Commit 0717588

Browse files
committed
Publish 0.0.23, with fix for multi-hie startup problem
1 parent ea0083b commit 0717588

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
16
### 0.0.22
27

38
* Add configuration option to enable liquid haskell processing. This

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-hie-server",
33
"displayName": "Haskell Language Server",
44
"description": "Language Server Protocol for Haskell via HIE",
5-
"version": "0.0.22",
5+
"version": "0.0.23",
66
"license": "MIT",
77
"publisher": "alanz",
88
"engines": {

0 commit comments

Comments
 (0)