Skip to content

Commit 1effb42

Browse files
committed
rename command 'CodeQL: Trim Cache to Overlay-Base'
1 parent 022c636 commit 1effb42

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

extensions/ql-vscode/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [UNRELEASED]
44

5+
- 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)
6+
57
## 1.17.6 - 24 October 2025
68

79
- Remove support for CodeQL CLI versions older than 2.20.7. [#4159](https://github.com/github/vscode-codeql/pull/4159)

extensions/ql-vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -808,7 +808,7 @@
808808
},
809809
{
810810
"command": "codeQL.trimOverlayBaseCache",
811-
"title": "CodeQL: Trim Overlay Base Cache"
811+
"title": "CodeQL: Trim Cache to Overlay-Base"
812812
},
813813
{
814814
"command": "codeQL.installPackDependencies",

0 commit comments

Comments
 (0)