Skip to content

Commit 3eb310e

Browse files
Downgrade minimum VS Code version to 1.88.0
This patch downgrades the required VS Code version to 1.88.0. It with it to be a problem when I tried to install the extension into Cursor having 1.96.0 version instead of the required 1.98.0. There shouldn't be any problem with downgrading the minimum version to the one released about one year ago.
1 parent e1ebe24 commit 3eb310e

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99
## [Unreleased]
1010

11+
### Changed
12+
13+
- Now the minimum required VS Code version is 1.88.0 making it possible to
14+
install the extension to the apps based on the older version of VS Code like
15+
Cursor.
16+
1117
## [0.1.1] - 07.04.2025
1218

1319
### Added

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"publisher": "tarantool",
1212
"engines": {
13-
"vscode": "^1.98.0"
13+
"vscode": "^1.88.0"
1414
},
1515
"categories": [
1616
"Programming Languages",
@@ -91,7 +91,7 @@
9191
"@types/command-exists": "^1.2.3",
9292
"@types/mocha": "^10.0.10",
9393
"@types/node": "20.x",
94-
"@types/vscode": "^1.98.0",
94+
"@types/vscode": "^1.88.0",
9595
"@typescript-eslint/eslint-plugin": "^8.28.0",
9696
"@typescript-eslint/parser": "^8.28.0",
9797
"@vscode/test-cli": "^0.0.10",

0 commit comments

Comments
 (0)