Skip to content

Commit 8d8ed28

Browse files
author
Dave Bartolomeo
committed
Add necessary dependencies
1 parent 7932de3 commit 8d8ed28

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

extensions/ql-vscode/package.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -529,6 +529,10 @@
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"
@@ -742,6 +746,11 @@
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",
@@ -949,6 +958,10 @@
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"
@@ -1118,6 +1131,7 @@
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",

0 commit comments

Comments
 (0)