|
547 | 547 | }, |
548 | 548 | { |
549 | 549 | "command": "codeQLQueryHistory.sortByName", |
550 | | - "title": "Sort by Name", |
551 | | - "icon": { |
552 | | - "light": "media/light/sort-alpha.svg", |
553 | | - "dark": "media/dark/sort-alpha.svg" |
554 | | - } |
| 550 | + "title": "Sort by Name" |
555 | 551 | }, |
556 | 552 | { |
557 | 553 | "command": "codeQLQueryHistory.sortByDate", |
558 | | - "title": "Sort by Query Date", |
559 | | - "icon": { |
560 | | - "light": "media/light/sort-date.svg", |
561 | | - "dark": "media/dark/sort-date.svg" |
562 | | - } |
| 554 | + "title": "Sort by Query Date" |
563 | 555 | }, |
564 | 556 | { |
565 | 557 | "command": "codeQLQueryHistory.sortByCount", |
566 | | - "title": "Sort by Results Count", |
567 | | - "icon": { |
568 | | - "light": "media/light/sort-num.svg", |
569 | | - "dark": "media/dark/sort-num.svg" |
570 | | - } |
| 558 | + "title": "Sort by Results Count" |
571 | 559 | }, |
572 | 560 | { |
573 | 561 | "command": "codeQLQueryHistory.showQueryLog", |
|
757 | 745 | { |
758 | 746 | "command": "codeQLQueryHistory.sortByName", |
759 | 747 | "when": "view == codeQLQueryHistory", |
760 | | - "group": "navigation" |
| 748 | + "group": "1_queryHistory@0" |
761 | 749 | }, |
762 | 750 | { |
763 | 751 | "command": "codeQLQueryHistory.sortByDate", |
764 | 752 | "when": "view == codeQLQueryHistory", |
765 | | - "group": "navigation" |
| 753 | + "group": "1_queryHistory@1" |
766 | 754 | }, |
767 | 755 | { |
768 | 756 | "command": "codeQLQueryHistory.sortByCount", |
769 | 757 | "when": "view == codeQLQueryHistory", |
770 | | - "group": "navigation" |
| 758 | + "group": "1_queryHistory@2" |
771 | 759 | }, |
772 | 760 | { |
773 | 761 | "command": "codeQLAstViewer.clear", |
|
0 commit comments