File tree 2 files changed +9
-2
lines changed
2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change
1
+ ### 0.0.30
2
+
3
+ * Bundle using webpack (@chrismwendt )
4
+ * Bump protocol version to 3.15 prerelease (@alanz )
5
+ This allows working progress reporting from hie.
6
+ * Update casesplit plugin (@Avi-D-coder )
7
+
1
8
### 0.0.29
2
9
3
10
* bump protocol version to 3.15 (prerelease) (@alanz )
Original file line number Diff line number Diff line change 2
2
"name" : " vscode-hie-server" ,
3
3
"displayName" : " Haskell Language Server" ,
4
4
"description" : " Language Server Protocol for Haskell via HIE" ,
5
- "version" : " 0.0.29 " ,
5
+ "version" : " 0.0.30 " ,
6
6
"license" : " MIT" ,
7
7
"publisher" : " alanz" ,
8
8
"engines" : {
24
24
"theme" : " dark"
25
25
},
26
26
"activationEvents" : [" onLanguage:haskell" , " onLanguage:literate haskell" ],
27
- "main" : " ./out/src /extension" ,
27
+ "main" : " ./dist /extension" ,
28
28
"contributes" : {
29
29
"languages" : [
30
30
{
You can’t perform that action at this time.
0 commit comments