Skip to content

Commit fc27999

Browse files
committed
Bump minimum VS Code version to 1.90.0
1 parent f5742f7 commit fc27999

File tree

4 files changed

+13
-10
lines changed

4 files changed

+13
-10
lines changed

extensions/ql-vscode/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [UNRELEASED]
44

5+
- Increase the required version of VS Code to 1.90.0. [#3737](https://github.com/github/vscode-codeql/pull/3737)
6+
57
## 1.15.0 - 26 September 2024
68

79
- Update results view to display the length of the shortest path for path queries. [#3687](https://github.com/github/vscode-codeql/pull/3687)
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"chromiumVersion": "114",
3-
"electronVersion": "25.8.0"
2+
"chromiumVersion": "122",
3+
"electronVersion": "29.4.0"
44
}

extensions/ql-vscode/package-lock.json

+7-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

extensions/ql-vscode/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"url": "https://github.com/github/vscode-codeql"
1414
},
1515
"engines": {
16-
"vscode": "^1.82.0",
16+
"vscode": "^1.90.0",
1717
"node": "^20.15.1",
1818
"npm": ">=7.20.6"
1919
},
@@ -2050,7 +2050,7 @@
20502050
"@types/tar-stream": "^3.1.3",
20512051
"@types/through2": "^2.0.36",
20522052
"@types/tmp": "^0.2.6",
2053-
"@types/vscode": "^1.82.0",
2053+
"@types/vscode": "^1.90.0",
20542054
"@types/yauzl": "^2.10.3",
20552055
"@typescript-eslint/eslint-plugin": "^8.7.0",
20562056
"@typescript-eslint/parser": "^8.7.0",

0 commit comments

Comments
 (0)