We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c68c9e6 + 6b7cc96 commit 69dd8f5Copy full SHA for 69dd8f5
2 files changed
extensions/ql-vscode/CHANGELOG.md
@@ -1,8 +1,13 @@
1
# CodeQL for Visual Studio Code: Changelog
2
3
-## 1.2.2
+## [Unreleased]
4
+
5
+## 1.2.2 - 8 June 2020
6
7
- 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.
11
12
## 1.2.1 - 29 May 2020
13
extensions/ql-vscode/package.json
@@ -4,7 +4,7 @@
"description": "CodeQL for Visual Studio Code",
"author": "GitHub",
"private": true,
- "version": "1.2.2",
+ "version": "1.2.3",
"publisher": "GitHub",
"license": "MIT",
"icon": "media/VS-marketplace-CodeQL-icon.png",
0 commit comments