Skip to content

Commit d45c641

Browse files
committed
rename command 'CodeQL: Trim Cache to Overlay-Base'
1 parent e0a17ca commit d45c641

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".
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
@@ -792,7 +792,7 @@
792792
},
793793
{
794794
"command": "codeQL.trimOverlayBaseCache",
795-
"title": "CodeQL: Trim Overlay Base Cache"
795+
"title": "CodeQL: Trim Cache to Overlay-Base"
796796
},
797797
{
798798
"command": "codeQL.installPackDependencies",

0 commit comments

Comments
 (0)