Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions extensions/ql-vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# CodeQL for Visual Studio Code: Changelog

## [UNRELEASED]
Copy link

Copilot AI Dec 8, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The CHANGELOG adds an [UNRELEASED] section but doesn't include a versioned entry for 1.17.8. For a version bump to v1.17.8, the CHANGELOG should either:

  1. Add a new section ## 1.17.8 - [DATE] with the release date and any changes, or
  2. Convert the [UNRELEASED] section to ## 1.17.8 - [DATE] if this version represents those unreleased changes.

As it stands, the version numbers in package.json and package-lock.json indicate 1.17.8, but the CHANGELOG doesn't document what's in this release.

Suggested change
## [UNRELEASED]
## 1.17.8 - 10 June 2026

Copilot uses AI. Check for mistakes.

## 1.17.7 - 5 December 2025

- Rename command "CodeQL: Trim Overlay Base Cache" to "CodeQL: Trim Cache to Overlay-Base" for consistency with "CodeQL: Warm Overlay-Base Cache for [...]" commands. [#4204](https://github.com/github/vscode-codeql/pull/4204)
Expand Down
4 changes: 2 additions & 2 deletions extensions/ql-vscode/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion extensions/ql-vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "CodeQL for Visual Studio Code",
"author": "GitHub",
"private": true,
"version": "1.17.7",
"version": "1.17.8",
"publisher": "GitHub",
"license": "MIT",
"icon": "media/VS-marketplace-CodeQL-icon.png",
Expand Down