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 11# Changelog for vscode-haskell
22
3+ ## 2.7.0
4+
5+ - Introduce the ` StatusBarItem `
6+ ([ #1237 ] ( https://github.com/haskell/vscode-haskell/pull/1237 ) ) by @fendor
7+
38## 2.6.1
49
510- Prefer the ` set ` version for ` cabal ` and ` stack ` if there is any
Original file line number Diff line number Diff line change 22 "name" : " haskell" ,
33 "displayName" : " Haskell" ,
44 "description" : " Haskell language support powered by the Haskell Language Server" ,
5- "version" : " 2.6.1 " ,
5+ "version" : " 2.7.0 " ,
66 "license" : " MIT" ,
77 "publisher" : " haskell" ,
88 "engines" : {
9- "vscode" : " ^1.96 .0"
9+ "vscode" : " ^1.102 .0"
1010 },
1111 "keywords" : [
1212 " language" ,
13551355 },
13561356 "devDependencies" : {
13571357 "@eslint/js" : " ^9.24.0" ,
1358- "@types/glob" : " ^8.1.0" ,
13591358 "@types/mocha" : " ^10.0.10" ,
13601359 "@types/node" : " ^22.15.29" ,
1361- "@types/vscode" : " ^1.96 .0" ,
1360+ "@types/vscode" : " ^1.102 .0" ,
13621361 "@types/which" : " ^3.0.4" ,
13631362 "@typescript-eslint/eslint-plugin" : " ^8.29.0" ,
13641363 "@typescript-eslint/parser" : " ^8.37.0" ,
1365- "@vscode/test-cli" : " ^0.0.10 " ,
1364+ "@vscode/test-cli" : " ^0.0.11 " ,
13661365 "@vscode/test-electron" : " ^2.5.2" ,
13671366 "eslint" : " ^9.28.0" ,
13681367 "eslint-webpack-plugin" : " ^5.0.0" ,
You can’t perform that action at this time.
0 commit comments