MRVA: Add view on GitHub action to cancelled/failed queries (#1325)

This commit is contained in:
Charis Kyriakou
2022-04-29 11:11:33 +01:00
committed by GitHub
parent eb2520e7ca
commit 7d0d11f526

View File

@@ -775,7 +775,7 @@
{
"command": "codeQLQueryHistory.openOnGithub",
"group": "9_qlCommands",
"when": "viewItem == remoteResultsItem || viewItem == inProgressRemoteResultsItem"
"when": "viewItem == remoteResultsItem || viewItem == inProgressRemoteResultsItem || viewItem == cancelledResultsItem"
},
{
"command": "codeQLTests.showOutputDifferences",