Skip to content

Commit 6ab1f4c

Browse files
committed
v1.12.0
1 parent d0a1275 commit 6ab1f4c

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

extensions/ql-vscode/CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
- Avoid showing a popup when hovering over source elements in database source files. [#3125](https://github.com/github/vscode-codeql/pull/3125)
77
- Add comparison of alerts when comparing query results. This allows viewing path explanations for differences in alerts. [#3113](https://github.com/github/vscode-codeql/pull/3113)
88
- Fix a bug where the CodeQL CLI and variant analysis results were corrupted after extraction in VS Code Insiders. [#3151](https://github.com/github/vscode-codeql/pull/3151) & [#3152](https://github.com/github/vscode-codeql/pull/3152)
9+
- Add progress reporting for unzipping files [3157](https://github.com/github/vscode-codeql/pull/3157)
910
- Add option to cancel opening the model editor. [#3189](https://github.com/github/vscode-codeql/pull/3189)
1011

1112
## 1.11.0 - 13 December 2023

extensions/ql-vscode/package-lock.json

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

extensions/ql-vscode/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "CodeQL for Visual Studio Code",
55
"author": "GitHub",
66
"private": true,
7-
"version": "1.11.1",
7+
"version": "1.12.0",
88
"publisher": "GitHub",
99
"license": "MIT",
1010
"icon": "media/VS-marketplace-CodeQL-icon.png",

0 commit comments

Comments
 (0)