File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 529529 "command" : " codeQLQueryHistory.showEvalLogSummary" ,
530530 "title" : " Show Evaluator Log (Summary)"
531531 },
532+ {
533+ "command" : " codeQLQueryHistory.scanEvalLog" ,
534+ "title" : " Scan Evaluator Log"
535+ },
532536 {
533537 "command" : " codeQLQueryHistory.cancel" ,
534538 "title" : " Cancel"
742746 "group" : " 9_qlCommands" ,
743747 "when" : " codeql.supportsEvalLog && (viewItem == rawResultsItem || viewItem == interpretedResultsItem || viewItem == cancelledResultsItem)"
744748 },
749+ {
750+ "command" : " codeQLQueryHistory.scanEvalLog" ,
751+ "group" : " 9_qlCommands" ,
752+ "when" : " codeql.supportsEvalLog && (viewItem == rawResultsItem || viewItem == interpretedResultsItem || viewItem == cancelledResultsItem)"
753+ },
745754 {
746755 "command" : " codeQLQueryHistory.showQueryText" ,
747756 "group" : " 9_qlCommands" ,
949958 "command" : " codeQLQueryHistory.showEvalLogSummary" ,
950959 "when" : " false"
951960 },
961+ {
962+ "command" : " codeQLQueryHistory.scanEvalLog" ,
963+ "when" : " false"
964+ },
952965 {
953966 "command" : " codeQLQueryHistory.openQueryDirectory" ,
954967 "when" : " false"
11181131 "d3-graphviz" : " ^2.6.1" ,
11191132 "fs-extra" : " ^10.0.1" ,
11201133 "glob-promise" : " ^3.4.0" ,
1134+ "immutable" : " ^4.0.0" ,
11211135 "js-yaml" : " ^3.14.0" ,
11221136 "minimist" : " ~1.2.6" ,
11231137 "nanoid" : " ^3.2.0" ,
You can’t perform that action at this time.
0 commit comments