This commit is contained in:
aeisenberg 2022-10-14 20:34:35 +00:00 коммит произвёл Shati Patel
Родитель 38caad032b
Коммит 3b644fea7b
3 изменённых файлов: 5 добавлений и 3 удалений

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

@ -1,5 +1,7 @@
# CodeQL for Visual Studio Code: Changelog
## [UNRELEASED]
## 1.7.2 - 14 October 2022
- Fix a bug where results created in older versions were thought to be unsuccessful. [#1605](https://github.com/github/vscode-codeql/pull/1605)

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

@ -1,12 +1,12 @@
{
"name": "vscode-codeql",
"version": "1.7.2",
"version": "1.7.3",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "vscode-codeql",
"version": "1.7.2",
"version": "1.7.3",
"license": "MIT",
"dependencies": {
"@octokit/plugin-retry": "^3.0.9",

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

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