Skip to content

Commit a7c73cc

Browse files
committed
v1.3.10
1 parent 044bc30 commit a7c73cc

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

extensions/ql-vscode/CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
# CodeQL for Visual Studio Code: Changelog
22

3-
## [UNRELEASED]
3+
## 1.3.10 - 20 January 2021
44

55
- Include the full stack in error log messages to help with debugging. [#726](https://github.com/github/vscode-codeql/pull/726)
66

7+
## 1.3.9 - 12 January 2021
8+
9+
- No changes visible to end users.
10+
711
## 1.3.8 - 17 December 2020
812

913
- 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)

extensions/ql-vscode/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "CodeQL for Visual Studio Code",
55
"author": "GitHub",
66
"private": true,
7-
"version": "1.3.9",
7+
"version": "1.3.10",
88
"publisher": "GitHub",
99
"license": "MIT",
1010
"icon": "media/VS-marketplace-CodeQL-icon.png",

0 commit comments

Comments
 (0)