Skip to content

Commit 7d0d11f

Browse files
authored
MRVA: Add view on GitHub action to cancelled/failed queries (#1325)
1 parent eb2520e commit 7d0d11f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/ql-vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -775,7 +775,7 @@
775775
{
776776
"command": "codeQLQueryHistory.openOnGithub",
777777
"group": "9_qlCommands",
778-
"when": "viewItem == remoteResultsItem || viewItem == inProgressRemoteResultsItem"
778+
"when": "viewItem == remoteResultsItem || viewItem == inProgressRemoteResultsItem || viewItem == cancelledResultsItem"
779779
},
780780
{
781781
"command": "codeQLTests.showOutputDifferences",

0 commit comments

Comments
 (0)