|
4 | 4 | "description": "CodeQL for Visual Studio Code", |
5 | 5 | "author": "GitHub", |
6 | 6 | "private": true, |
7 | | - "version": "1.5.7", |
| 7 | + "version": "1.5.9", |
8 | 8 | "publisher": "GitHub", |
9 | 9 | "license": "MIT", |
10 | 10 | "icon": "media/VS-marketplace-CodeQL-icon.png", |
|
46 | 46 | "onCommand:codeQL.setCurrentDatabase", |
47 | 47 | "onCommand:codeQL.viewAst", |
48 | 48 | "onCommand:codeQL.openReferencedFile", |
| 49 | + "onCommand:codeQL.previewQueryHelp", |
49 | 50 | "onCommand:codeQL.chooseDatabaseFolder", |
50 | 51 | "onCommand:codeQL.chooseDatabaseArchive", |
51 | 52 | "onCommand:codeQL.chooseDatabaseInternet", |
|
283 | 284 | "command": "codeQL.runRemoteQuery", |
284 | 285 | "title": "CodeQL: Run Remote Query" |
285 | 286 | }, |
| 287 | + { |
| 288 | + "command": "codeQL.openRemoteQueriesView", |
| 289 | + "title": "CodeQL: Open Remote Queries View" |
| 290 | + }, |
286 | 291 | { |
287 | 292 | "command": "codeQL.runQueries", |
288 | 293 | "title": "CodeQL: Run Queries in Selected Files" |
|
295 | 300 | "command": "codeQL.openReferencedFile", |
296 | 301 | "title": "CodeQL: Open Referenced File" |
297 | 302 | }, |
| 303 | + { |
| 304 | + "command": "codeQL.previewQueryHelp", |
| 305 | + "title": "CodeQL: Preview Query Help" |
| 306 | + }, |
298 | 307 | { |
299 | 308 | "command": "codeQL.quickQuery", |
300 | 309 | "title": "CodeQL: Quick Query" |
|
681 | 690 | "group": "9_qlCommands", |
682 | 691 | "when": "view == codeQLQueryHistory" |
683 | 692 | }, |
| 693 | + { |
| 694 | + "command": "codeQL.previewQueryHelp", |
| 695 | + "group": "9_qlCommands", |
| 696 | + "when": "view == codeQLQueryHistory && resourceScheme == .qhelp && isWorkspaceTrusted" |
| 697 | + }, |
684 | 698 | { |
685 | 699 | "command": "codeQLTests.showOutputDifferences", |
686 | 700 | "group": "qltest@1", |
|
712 | 726 | "command": "codeQL.openReferencedFile", |
713 | 727 | "group": "9_qlCommands", |
714 | 728 | "when": "resourceExtname == .qlref" |
| 729 | + }, |
| 730 | + { |
| 731 | + "command": "codeQL.previewQueryHelp", |
| 732 | + "group": "9_qlCommands", |
| 733 | + "when": "resourceExtname == .qhelp && isWorkspaceTrusted" |
715 | 734 | } |
716 | 735 | ], |
717 | 736 | "commandPalette": [ |
|
731 | 750 | "command": "codeQL.runRemoteQuery", |
732 | 751 | "when": "config.codeQL.canary && editorLangId == ql && resourceExtname == .ql" |
733 | 752 | }, |
| 753 | + { |
| 754 | + "command": "codeQL.openRemoteQueriesView", |
| 755 | + "when": "config.codeQL.canary" |
| 756 | + }, |
734 | 757 | { |
735 | 758 | "command": "codeQL.runQueries", |
736 | 759 | "when": "false" |
|
743 | 766 | "command": "codeQL.openReferencedFile", |
744 | 767 | "when": "resourceExtname == .qlref" |
745 | 768 | }, |
| 769 | + { |
| 770 | + "command": "codeQL.previewQueryHelp", |
| 771 | + "when": "resourceExtname == .qhelp && isWorkspaceTrusted" |
| 772 | + }, |
746 | 773 | { |
747 | 774 | "command": "codeQL.setCurrentDatabase", |
748 | 775 | "when": "false" |
|
900 | 927 | { |
901 | 928 | "command": "codeQL.openReferencedFile", |
902 | 929 | "when": "resourceExtname == .qlref" |
| 930 | + }, |
| 931 | + { |
| 932 | + "command": "codeQL.previewQueryHelp", |
| 933 | + "when": "resourceExtname == .qhelp && isWorkspaceTrusted" |
903 | 934 | } |
904 | 935 | ] |
905 | 936 | }, |
|
969 | 1000 | "react": "^16.8.6", |
970 | 1001 | "react-dom": "^16.8.6", |
971 | 1002 | "semver": "~7.3.2", |
| 1003 | + "stream": "^0.0.2", |
| 1004 | + "stream-chain": "~2.2.4", |
| 1005 | + "stream-json": "~1.7.3", |
972 | 1006 | "tmp": "^0.1.0", |
973 | 1007 | "tmp-promise": "~3.0.2", |
974 | 1008 | "tree-kill": "~1.2.2", |
|
1003 | 1037 | "@types/semver": "~7.2.0", |
1004 | 1038 | "@types/sinon": "~7.5.2", |
1005 | 1039 | "@types/sinon-chai": "~3.2.3", |
| 1040 | + "@types/stream-chain": "~2.0.1", |
| 1041 | + "@types/stream-json": "~1.7.1", |
1006 | 1042 | "@types/through2": "^2.0.36", |
1007 | 1043 | "@types/tmp": "^0.1.0", |
1008 | 1044 | "@types/unzipper": "~0.10.1", |
|
0 commit comments