Skip to content

Commit d7ee7ef

Browse files
committed
rename command 'CodeQL: Trim Cache to Overlay-Base'
1 parent 236fd4b commit d7ee7ef

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

extensions/ql-vscode/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## [UNRELEASED]
44

55
- Add new commands "CodeQL: Warm Overlay-Base Cache for Query", "CodeQL: Warm Overlay-Base Cache for Queries in Selected Files", and "CodeQL: Warm Overlay-Base Cache for Query Suite". These commands populate the overlay-base cache of an overlay database to prepare for incremental evaluation. They are primarily intended for overlay-specific performance debugging. [#4195](https://github.com/github/vscode-codeql/pull/4195)
6+
- 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)
67

78
## 1.17.6 - 24 October 2025
89

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)