Skip to content

Commit 87465a6

Browse files
authored
Merge pull request #2022 from github/nora/remove-history-item-hover
Query History Item: remove on hover
2 parents ddddd2f + 3ba13a3 commit 87465a6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

extensions/ql-vscode/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -835,6 +835,11 @@
835835
"group": "7_queryHistory@0",
836836
"when": "viewItem == interpretedResultsItem || viewItem == rawResultsItem || viewItem == remoteResultsItem || viewItem == cancelledResultsItem || viewItem == cancelledRemoteResultsItem"
837837
},
838+
{
839+
"command": "codeQLQueryHistory.removeHistoryItem",
840+
"group": "inline",
841+
"when": "viewItem == interpretedResultsItem || viewItem == rawResultsItem || viewItem == remoteResultsItem || viewItem == cancelledResultsItem || viewItem == cancelledRemoteResultsItem"
842+
},
838843
{
839844
"command": "codeQLQueryHistory.renameItem",
840845
"group": "6_queryHistory@0",

0 commit comments

Comments
 (0)