This commit is contained in:
shati-patel 2021-12-02 11:31:02 +00:00 коммит произвёл Shati Patel
Родитель ff751cc877
Коммит 749565828d
3 изменённых файлов: 4 добавлений и 2 удалений

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

@ -1,5 +1,7 @@
# CodeQL for Visual Studio Code: Changelog
## [UNRELEASED]
## 1.5.8 - 2 December 2021
- Emit a more explicit error message when a user tries to add a database with an unzipped source folder to the workspace. [#1021](https://github.com/github/vscode-codeql/pull/1021)

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

@ -1,6 +1,6 @@
{
"name": "vscode-codeql",
"version": "1.5.8",
"version": "1.5.9",
"lockfileVersion": 2,
"requires": true,
"packages": {

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

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