This commit is contained in:
Charis Kyriakou 2023-03-08 12:39:21 +00:00
Родитель 9490642522
Коммит d22be729be
3 изменённых файлов: 5 добавлений и 6 удалений

Просмотреть файл

@ -1,10 +1,9 @@
# CodeQL for Visual Studio Code: Changelog
## [UNRELEASED]
## 1.8.0 - 8 March 2023
- Send telemetry about unhandled errors happening within the extension. [#2125](https://github.com/github/vscode-codeql/pull/2125)
- Enable multi-repository variant analysis. [#2121](https://github.com/github/vscode-codeql/pull/2121)
- Enable collection of telemetry concerning interactions with UI elements, including buttons, links, and other inputs. [#2114](https://github.com/github/vscode-codeql/pull/2114)
- Enable multi-repository variant analysis. [#2144](https://github.com/github/vscode-codeql/pull/2144)
## 1.7.11 - 1 March 2023

4
extensions/ql-vscode/package-lock.json сгенерированный
Просмотреть файл

@ -1,12 +1,12 @@
{
"name": "vscode-codeql",
"version": "1.7.12",
"version": "1.8.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "vscode-codeql",
"version": "1.7.12",
"version": "1.8.0",
"hasInstallScript": true,
"license": "MIT",
"dependencies": {

Просмотреть файл

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