Merge remote-tracking branch 'upstream/master' into dbartol/utilities

This commit is contained in:
Dave Bartolomeo
2020-06-09 08:36:30 -04:00
2 changed files with 7 additions and 2 deletions

View File

@@ -1,8 +1,13 @@
# CodeQL for Visual Studio Code: Changelog # CodeQL for Visual Studio Code: Changelog
## 1.2.2 ## [Unreleased]
## 1.2.2 - 8 June 2020
- Fix auto-indentation rules. - Fix auto-indentation rules.
- Add ability to download platform-specific releases of the CodeQL CLI if they are available.
- Fix handling of downloading prerelease versions of the CodeQL CLI.
- Add pagination for displaying non-interpreted results.
## 1.2.1 - 29 May 2020 ## 1.2.1 - 29 May 2020

View File

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