This commit is contained in:
Nora
2024-09-26 09:03:14 +00:00
parent e2264435f3
commit 9136c789bb
3 changed files with 4 additions and 3 deletions

View File

@@ -1,8 +1,9 @@
# CodeQL for Visual Studio Code: Changelog # CodeQL for Visual Studio Code: Changelog
## [UNRELEASED] ## 1.15.0 - 26 Seotember 2024
- Update results view to display the length of the shortest path for path queries. [#3687](https://github.com/github/vscode-codeql/pull/3687) - Update results view to display the length of the shortest path for path queries. [#3687](https://github.com/github/vscode-codeql/pull/3687)
- Remove support for CodeQL CLI versions older than 2.16.6. [#3728](https://github.com/github/vscode-codeql/pull/3728)
## 1.14.0 - 7 August 2024 ## 1.14.0 - 7 August 2024

View File

@@ -1,6 +1,6 @@
{ {
"name": "vscode-codeql", "name": "vscode-codeql",
"version": "1.14.1", "version": "1.15.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {

View File

@@ -4,7 +4,7 @@
"description": "CodeQL for Visual Studio Code", "description": "CodeQL for Visual Studio Code",
"author": "GitHub", "author": "GitHub",
"private": true, "private": true,
"version": "1.14.1", "version": "1.15.0",
"publisher": "GitHub", "publisher": "GitHub",
"license": "MIT", "license": "MIT",
"icon": "media/VS-marketplace-CodeQL-icon.png", "icon": "media/VS-marketplace-CodeQL-icon.png",