Skip to content

Commit a20ee95

Browse files
committed
Fix the abortive 0.0.35 release
Had to update the minimal vscode version, to get one that supports LSP 3.15
1 parent 187f929 commit a20ee95

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

Changelog.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
### 0.0.37
2+
3+
Trying again, working 0.0.35
4+
5+
* Add Restart command (@gdziadkiewicz)
6+
* Add Ormolu as a formatter option (@DavSanchez)
7+
* Update README
8+
9+
### 0.0.36
10+
11+
* Roll back to 0.0.34
12+
113
### 0.0.35
214

315
* Add Restart command (@gdziadkiewicz)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
"name": "vscode-hie-server",
33
"displayName": "Haskell Language Server",
44
"description": "Language Server Protocol for Haskell via HIE",
5-
"version": "0.0.35",
5+
"version": "0.0.37",
66
"license": "MIT",
77
"publisher": "alanz",
88
"engines": {
9-
"vscode": "^1.33.0"
9+
"vscode": "^1.39.0"
1010
},
1111
"keywords": ["language", "haskell", "lsp", "multi-root ready"],
1212
"homepage": "https://github.com/alanz/vscode-hie-server",

0 commit comments

Comments
 (0)