|
313 | 313 | { |
314 | 314 | "command": "svn.update", |
315 | 315 | "title": "Update", |
316 | | - "category": "SVN" |
| 316 | + "category": "SVN", |
| 317 | + "icon": { |
| 318 | + "light": "icons/light/download.svg", |
| 319 | + "dark": "icons/dark/download.svg" |
| 320 | + } |
317 | 321 | }, |
318 | 322 | { |
319 | 323 | "command": "svn.patch", |
|
396 | 400 | { |
397 | 401 | "command": "svn.treeview.refreshProvider", |
398 | 402 | "title": "Refresh", |
| 403 | + "category": "SVN", |
399 | 404 | "icon": { |
400 | 405 | "light": "icons/light/refresh.svg", |
401 | 406 | "dark": "icons/dark/refresh.svg" |
|
404 | 409 | { |
405 | 410 | "command": "svn.treeview.pullIncomingChange", |
406 | 411 | "title": "Update selected", |
407 | | - "category": "SVN" |
| 412 | + "category": "SVN", |
| 413 | + "icon": { |
| 414 | + "light": "icons/light/download.svg", |
| 415 | + "dark": "icons/dark/download.svg" |
| 416 | + } |
408 | 417 | }, |
409 | 418 | { |
410 | 419 | "command": "svn.deleteUnversioned", |
|
711 | 720 | "when": "config.svn.enabled && scmProvider == svn && scmResourceGroup == remotechanges", |
712 | 721 | "group": "navigation" |
713 | 722 | }, |
| 723 | + { |
| 724 | + "command": "svn.update", |
| 725 | + "when": "config.svn.enabled && scmProvider == svn && scmResourceGroup == remotechanges", |
| 726 | + "group": "inline" |
| 727 | + }, |
| 728 | + { |
| 729 | + "command": "svn.update", |
| 730 | + "when": "config.svn.enabled && scmProvider == svn && scmResourceGroup == remotechanges", |
| 731 | + "group": "navigation" |
| 732 | + }, |
714 | 733 | { |
715 | 734 | "command": "svn.revertAll", |
716 | 735 | "when": "config.svn.enabled && scmProvider == svn && scmResourceGroup == changes", |
|
755 | 774 | }, |
756 | 775 | { |
757 | 776 | "command": "svn.patch", |
758 | | - "when": "config.svn.enabled && scmProvider == svn && scmResourceGroup != unversioned && scmResourceGroup != external && scmResourceGroup != conflicts && scmResourceGroup != remotechanged", |
| 777 | + "when": "config.svn.enabled && scmProvider == svn && scmResourceGroup != unversioned && scmResourceGroup != external && scmResourceGroup != conflicts && scmResourceGroup != remotechanges", |
759 | 778 | "group": "navigation" |
760 | 779 | }, |
761 | 780 | { |
|
770 | 789 | }, |
771 | 790 | { |
772 | 791 | "command": "svn.changelist", |
773 | | - "when": "config.svn.enabled && scmProvider == svn && scmResourceGroup != unversioned && scmResourceGroup != external && scmResourceGroup != conflicts && scmResourceGroup != remotechanged", |
| 792 | + "when": "config.svn.enabled && scmProvider == svn && scmResourceGroup != unversioned && scmResourceGroup != external && scmResourceGroup != conflicts && scmResourceGroup != remotechanges", |
774 | 793 | "group": "inline" |
775 | 794 | }, |
776 | 795 | { |
777 | 796 | "command": "svn.changelist", |
778 | | - "when": "config.svn.enabled && scmProvider == svn && scmResourceGroup != unversioned && scmResourceGroup != external && scmResourceGroup != conflicts && scmResourceGroup != remotechanged", |
| 797 | + "when": "config.svn.enabled && scmProvider == svn && scmResourceGroup != unversioned && scmResourceGroup != external && scmResourceGroup != conflicts && scmResourceGroup != remotechanges", |
779 | 798 | "group": "1_modification" |
780 | 799 | }, |
781 | 800 | { |
782 | 801 | "command": "svn.commit", |
783 | | - "when": "config.svn.enabled && scmProvider == svn && scmResourceGroup != unversioned && scmResourceGroup != external && scmResourceGroup != conflicts && scmResourceGroup != remotechanged", |
| 802 | + "when": "config.svn.enabled && scmProvider == svn && scmResourceGroup != unversioned && scmResourceGroup != external && scmResourceGroup != conflicts && scmResourceGroup != remotechanges", |
784 | 803 | "group": "1_modification" |
785 | 804 | }, |
786 | 805 | { |
787 | 806 | "command": "svn.revert", |
788 | | - "when": "config.svn.enabled && scmProvider == svn && scmResourceGroup != unversioned && scmResourceGroup != external && scmResourceGroup != conflicts && scmResourceGroup != remotechanged", |
| 807 | + "when": "config.svn.enabled && scmProvider == svn && scmResourceGroup != unversioned && scmResourceGroup != external && scmResourceGroup != conflicts && scmResourceGroup != remotechanges", |
789 | 808 | "group": "2_modification" |
790 | 809 | }, |
791 | 810 | { |
792 | 811 | "command": "svn.revert", |
793 | | - "when": "config.svn.enabled && scmProvider == svn && scmResourceGroup != unversioned && scmResourceGroup != external && scmResourceGroup != conflicts && scmResourceGroup != remotechanged", |
| 812 | + "when": "config.svn.enabled && scmProvider == svn && scmResourceGroup != unversioned && scmResourceGroup != external && scmResourceGroup != conflicts && scmResourceGroup != remotechanges", |
794 | 813 | "group": "inline" |
795 | 814 | }, |
796 | 815 | { |
797 | 816 | "command": "svn.remove", |
798 | | - "when": "config.svn.enabled && scmProvider == svn && scmResourceGroup != unversioned && scmResourceGroup != external && scmResourceGroup != conflicts && scmResourceGroup != remotechanged", |
| 817 | + "when": "config.svn.enabled && scmProvider == svn && scmResourceGroup != unversioned && scmResourceGroup != external && scmResourceGroup != conflicts && scmResourceGroup != remotechanges", |
799 | 818 | "group": "2_modification" |
800 | 819 | }, |
801 | 820 | { |
|
808 | 827 | "when": "config.svn.enabled && scmProvider == svn && scmResourceGroup == unversioned", |
809 | 828 | "group": "1_modification" |
810 | 829 | }, |
| 830 | + { |
| 831 | + "command": "svn.treeview.pullIncomingChange", |
| 832 | + "when": "config.svn.enabled && scmProvider == svn && scmResourceGroup == remotechanges", |
| 833 | + "group": "inline" |
| 834 | + }, |
811 | 835 | { |
812 | 836 | "command": "svn.treeview.pullIncomingChange", |
813 | 837 | "when": "config.svn.enabled && scmProvider == svn && scmResourceGroup == remotechanges", |
|
0 commit comments