Skip to content

Commit 69dd8f5

Browse files
author
Dave Bartolomeo
committed
Merge remote-tracking branch 'upstream/master' into dbartol/utilities
2 parents c68c9e6 + 6b7cc96 commit 69dd8f5

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

extensions/ql-vscode/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
# CodeQL for Visual Studio Code: Changelog
22

3-
## 1.2.2
3+
## [Unreleased]
4+
5+
## 1.2.2 - 8 June 2020
46

57
- Fix auto-indentation rules.
8+
- Add ability to download platform-specific releases of the CodeQL CLI if they are available.
9+
- Fix handling of downloading prerelease versions of the CodeQL CLI.
10+
- Add pagination for displaying non-interpreted results.
611

712
## 1.2.1 - 29 May 2020
813

extensions/ql-vscode/package.json

Lines changed: 1 addition & 1 deletion
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.2.2",
7+
"version": "1.2.3",
88
"publisher": "GitHub",
99
"license": "MIT",
1010
"icon": "media/VS-marketplace-CodeQL-icon.png",

0 commit comments

Comments
 (0)