open-on-github.cson 774 B

12345678910111213141516171819
  1. 'menu': [
  2. {
  3. 'label': 'Packages'
  4. 'submenu': [
  5. 'label': 'Open On GitHub'
  6. 'submenu': [
  7. { 'label': 'Blame', 'command': 'open-on-github:blame' }
  8. { 'label': 'Branch Compare', 'command': 'open-on-github:branch-compare' }
  9. { 'label': 'Copy URL', 'command': 'open-on-github:copy-url' }
  10. { 'label': 'File', 'command': 'open-on-github:file' }
  11. { 'label': 'File on Master', 'command': 'open-on-github:file-on-master' }
  12. { 'label': 'History', 'command': 'open-on-github:history' }
  13. { 'label': 'Issues', 'command': 'open-on-github:issues' }
  14. { 'label': 'Pull Requests', 'command': 'open-on-github:pull-requests' }
  15. { 'label': 'Repository', 'command': 'open-on-github:repository' }
  16. ]
  17. ]
  18. }
  19. ]