Skip to content

Commit 65b34fb

Browse files
committed
Prepare pre-release 2.7.0
1 parent e19373f commit 65b34fb

File tree

3 files changed

+433
-534
lines changed

3 files changed

+433
-534
lines changed

Changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
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

package.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
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",
@@ -1355,14 +1355,13 @@
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",

0 commit comments

Comments
 (0)