This commit is contained in:
aeisenberg 2021-01-29 23:34:40 +00:00 коммит произвёл Andrew Eisenberg
Родитель c26217df88
Коммит 7347ff5512
3 изменённых файлов: 4 добавлений и 2 удалений

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

@ -1,5 +1,7 @@
# CodeQL for Visual Studio Code: Changelog
## [UNRELEASED]
## 1.4.0 - 29 January 2021
- Fix bug where databases are not reregistered when the query server restarts. [#734](https://github.com/github/vscode-codeql/pull/734)

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

@ -1,6 +1,6 @@
{
"name": "vscode-codeql",
"version": "1.3.11",
"version": "1.4.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

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

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