We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcfa990 commit c1392e5Copy full SHA for c1392e5
1 file changed
extensions/ql-vscode/package.json
@@ -533,7 +533,7 @@
533
},
534
{
535
"command": "codeQLQueryHistory.removeHistoryItem",
536
- "title": "Remove History Item(s)",
+ "title": "Remove from History",
537
"icon": "$(trash)"
538
539
@@ -542,7 +542,7 @@
542
543
544
"command": "codeQLQueryHistory.sortByDate",
545
- "title": "Sort by Query Date"
+ "title": "Sort by Date"
546
547
548
"command": "codeQLQueryHistory.sortByCount",
0 commit comments