From a7c73cc42182fc5601fd91dc0987a9ae9be9f1c5 Mon Sep 17 00:00:00 2001 From: Andrew Eisenberg Date: Wed, 20 Jan 2021 14:12:54 -0800 Subject: [PATCH] v1.3.10 --- extensions/ql-vscode/CHANGELOG.md | 6 +++++- extensions/ql-vscode/package.json | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/extensions/ql-vscode/CHANGELOG.md b/extensions/ql-vscode/CHANGELOG.md index 2ff65e9b77a..763f41214f6 100644 --- a/extensions/ql-vscode/CHANGELOG.md +++ b/extensions/ql-vscode/CHANGELOG.md @@ -1,9 +1,13 @@ # CodeQL for Visual Studio Code: Changelog -## [UNRELEASED] +## 1.3.10 - 20 January 2021 - Include the full stack in error log messages to help with debugging. [#726](https://github.com/github/vscode-codeql/pull/726) +## 1.3.9 - 12 January 2021 + +- No changes visible to end users. + ## 1.3.8 - 17 December 2020 - Ensure databases are unlocked when removing them from the workspace. This will ensure that after a database is removed from VS Code, queries can be run on it from the command line without restarting the IDE. Requires CodeQL CLI 2.4.1 or later. [#681](https://github.com/github/vscode-codeql/pull/681) diff --git a/extensions/ql-vscode/package.json b/extensions/ql-vscode/package.json index 72855ddbc04..15e613f7f19 100644 --- a/extensions/ql-vscode/package.json +++ b/extensions/ql-vscode/package.json @@ -4,7 +4,7 @@ "description": "CodeQL for Visual Studio Code", "author": "GitHub", "private": true, - "version": "1.3.9", + "version": "1.3.10", "publisher": "GitHub", "license": "MIT", "icon": "media/VS-marketplace-CodeQL-icon.png",