Skip to content

Commit

Permalink
Bump minimum VS Code version to 1.90.0
Browse files Browse the repository at this point in the history
  • Loading branch information
koesie10 committed Oct 2, 2024
1 parent f5742f7 commit fc27999
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 10 deletions.
2 changes: 2 additions & 0 deletions extensions/ql-vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [UNRELEASED]

- Increase the required version of VS Code to 1.90.0. [#3737](https://github.com/github/vscode-codeql/pull/3737)

## 1.15.0 - 26 September 2024

- Update results view to display the length of the shortest path for path queries. [#3687](https://github.com/github/vscode-codeql/pull/3687)
Expand Down
4 changes: 2 additions & 2 deletions extensions/ql-vscode/gulpfile.ts/chromium-version.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"chromiumVersion": "114",
"electronVersion": "25.8.0"
"chromiumVersion": "122",
"electronVersion": "29.4.0"
}
13 changes: 7 additions & 6 deletions extensions/ql-vscode/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions extensions/ql-vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"url": "https://github.com/github/vscode-codeql"
},
"engines": {
"vscode": "^1.82.0",
"vscode": "^1.90.0",
"node": "^20.15.1",
"npm": ">=7.20.6"
},
Expand Down Expand Up @@ -2050,7 +2050,7 @@
"@types/tar-stream": "^3.1.3",
"@types/through2": "^2.0.36",
"@types/tmp": "^0.2.6",
"@types/vscode": "^1.82.0",
"@types/vscode": "^1.90.0",
"@types/yauzl": "^2.10.3",
"@typescript-eslint/eslint-plugin": "^8.7.0",
"@typescript-eslint/parser": "^8.7.0",
Expand Down

0 comments on commit fc27999

Please sign in to comment.