File tree 3 files changed +288
-340
lines changed
3 files changed +288
-340
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog for vscode-haskell
2
2
3
+ ## 2.6.0
4
+
5
+ - Upgrade project to use latest eslint version
6
+ ([ #1150 ] ( https://github.com/haskell/vscode-haskell/pull/1150 ) ) by @fendor
7
+ - Fix windows CI
8
+ ([ #1149 ] ( https://github.com/haskell/vscode-haskell/pull/1149 ) ) by @fendor
9
+ - Manually install ghcup into image
10
+ ([ #1119 ] ( https://github.com/haskell/vscode-haskell/pull/1119 ) ) by @fendor
11
+ - bump vscode-languageclient version to 9.0.1
12
+ ([ #1108 ] ( https://github.com/haskell/vscode-haskell/pull/1108 ) ) by @jetjinser
13
+ - Add cabalFormattingProvider to package.json
14
+ ([ #1100 ] ( https://github.com/haskell/vscode-haskell/pull/1100 ) ) by @fendor
15
+ - Prepare 2.4.4
16
+ ([ #1083 ] ( https://github.com/haskell/vscode-haskell/pull/1083 ) ) by @fendor
17
+
3
18
## 2.5.3
4
19
5
20
- Split out packaging action
Original file line number Diff line number Diff line change 2
2
"name" : " haskell" ,
3
3
"displayName" : " Haskell" ,
4
4
"description" : " Haskell language support powered by the Haskell Language Server" ,
5
- "version" : " 2.5.3 " ,
5
+ "version" : " 2.6.0 " ,
6
6
"license" : " MIT" ,
7
7
"publisher" : " haskell" ,
8
8
"engines" : {
You can’t perform that action at this time.
0 commit comments