|
523 | 523 | }, |
524 | 524 | { |
525 | 525 | "command": "codeQLQueryHistory.openQuery", |
526 | | - "title": "Open the Query that Produced these Results", |
527 | | - "icon": { |
528 | | - "light": "media/light/edit.svg", |
529 | | - "dark": "media/dark/edit.svg" |
530 | | - } |
| 526 | + "title": "Open Query", |
| 527 | + "icon": "$(edit)" |
531 | 528 | }, |
532 | 529 | { |
533 | 530 | "command": "codeQLQueryHistory.itemClicked", |
534 | 531 | "title": "Open Query Results", |
535 | | - "icon": { |
536 | | - "light": "media/light/preview.svg", |
537 | | - "dark": "media/dark/preview.svg" |
538 | | - } |
| 532 | + "icon": "$(preview)" |
539 | 533 | }, |
540 | 534 | { |
541 | 535 | "command": "codeQLQueryHistory.removeHistoryItem", |
542 | | - "title": "Remove History Item(s)", |
543 | | - "icon": { |
544 | | - "light": "media/light/trash.svg", |
545 | | - "dark": "media/dark/trash.svg" |
546 | | - } |
| 536 | + "title": "Remove from History", |
| 537 | + "icon": "$(trash)" |
547 | 538 | }, |
548 | 539 | { |
549 | 540 | "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 | | - } |
| 541 | + "title": "Sort by Name" |
555 | 542 | }, |
556 | 543 | { |
557 | 544 | "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 | | - } |
| 545 | + "title": "Sort by Date" |
563 | 546 | }, |
564 | 547 | { |
565 | 548 | "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 | | - } |
| 549 | + "title": "Sort by Results Count" |
571 | 550 | }, |
572 | 551 | { |
573 | 552 | "command": "codeQLQueryHistory.showQueryLog", |
|
757 | 736 | { |
758 | 737 | "command": "codeQLQueryHistory.sortByName", |
759 | 738 | "when": "view == codeQLQueryHistory", |
760 | | - "group": "navigation" |
| 739 | + "group": "1_queryHistory@0" |
761 | 740 | }, |
762 | 741 | { |
763 | 742 | "command": "codeQLQueryHistory.sortByDate", |
764 | 743 | "when": "view == codeQLQueryHistory", |
765 | | - "group": "navigation" |
| 744 | + "group": "1_queryHistory@1" |
766 | 745 | }, |
767 | 746 | { |
768 | 747 | "command": "codeQLQueryHistory.sortByCount", |
769 | 748 | "when": "view == codeQLQueryHistory", |
770 | | - "group": "navigation" |
| 749 | + "group": "1_queryHistory@2" |
771 | 750 | }, |
772 | 751 | { |
773 | 752 | "command": "codeQLAstViewer.clear", |
|
0 commit comments