We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0a17ca commit d45c641Copy full SHA for d45c641
extensions/ql-vscode/CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## [UNRELEASED]
4
5
+- Rename command "CodeQL: Trim Overlay Base Cache" to "CodeQL: Trim Cache to Overlay-Base".
6
+
7
## 1.17.6 - 24 October 2025
8
9
- 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
@@ -792,7 +792,7 @@
792
},
793
{
794
"command": "codeQL.trimOverlayBaseCache",
795
- "title": "CodeQL: Trim Overlay Base Cache"
+ "title": "CodeQL: Trim Cache to Overlay-Base"
796
797
798
"command": "codeQL.installPackDependencies",
0 commit comments