Skip to content

Commit d22be72

Browse files
committed
v1.8.0
1 parent 9490642 commit d22be72

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

extensions/ql-vscode/CHANGELOG.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
# CodeQL for Visual Studio Code: Changelog
22

3-
## [UNRELEASED]
3+
## 1.8.0 - 8 March 2023
44

55
- Send telemetry about unhandled errors happening within the extension. [#2125](https://github.com/github/vscode-codeql/pull/2125)
6-
- Enable multi-repository variant analysis. [#2121](https://github.com/github/vscode-codeql/pull/2121)
7-
- Enable collection of telemetry concerning interactions with UI elements, including buttons, links, and other inputs. [#2114](https://github.com/github/vscode-codeql/pull/2114)
6+
- Enable multi-repository variant analysis. [#2144](https://github.com/github/vscode-codeql/pull/2144)
87

98
## 1.7.11 - 1 March 2023
109

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.7.12",
7+
"version": "1.8.0",
88
"publisher": "GitHub",
99
"license": "MIT",
1010
"icon": "media/VS-marketplace-CodeQL-icon.png",

0 commit comments

Comments
 (0)