File tree Expand file tree Collapse file tree 3 files changed +433
-534
lines changed Expand file tree Collapse file tree 3 files changed +433
-534
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog for vscode-haskell
2
2
3
+ ## 2.7.0
4
+
5
+ - Introduce the ` StatusBarItem `
6
+ ([ #1237 ] ( https://github.com/haskell/vscode-haskell/pull/1237 ) ) by @fendor
7
+
3
8
## 2.6.1
4
9
5
10
- Prefer the ` set ` version for ` cabal ` and ` stack ` if there is any
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.6.1 " ,
5
+ "version" : " 2.7.0 " ,
6
6
"license" : " MIT" ,
7
7
"publisher" : " haskell" ,
8
8
"engines" : {
9
- "vscode" : " ^1.96 .0"
9
+ "vscode" : " ^1.102 .0"
10
10
},
11
11
"keywords" : [
12
12
" language" ,
1355
1355
},
1356
1356
"devDependencies" : {
1357
1357
"@eslint/js" : " ^9.24.0" ,
1358
- "@types/glob" : " ^8.1.0" ,
1359
1358
"@types/mocha" : " ^10.0.10" ,
1360
1359
"@types/node" : " ^22.15.29" ,
1361
- "@types/vscode" : " ^1.96 .0" ,
1360
+ "@types/vscode" : " ^1.102 .0" ,
1362
1361
"@types/which" : " ^3.0.4" ,
1363
1362
"@typescript-eslint/eslint-plugin" : " ^8.29.0" ,
1364
1363
"@typescript-eslint/parser" : " ^8.37.0" ,
1365
- "@vscode/test-cli" : " ^0.0.10 " ,
1364
+ "@vscode/test-cli" : " ^0.0.11 " ,
1366
1365
"@vscode/test-electron" : " ^2.5.2" ,
1367
1366
"eslint" : " ^9.28.0" ,
1368
1367
"eslint-webpack-plugin" : " ^5.0.0" ,
You can’t perform that action at this time.
0 commit comments