Skip to content

Commit

Permalink
Merge pull request atom#25459 from jesuscb99/master
Browse files Browse the repository at this point in the history
New "Open Package Manager" menu item
  • Loading branch information
darangi authored Jun 23, 2022
2 parents 38c599e + d803f7c commit ae14722
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
5 changes: 4 additions & 1 deletion menus/darwin.cson
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,10 @@

{
label: 'Packages'
submenu: []
submenu: [
{ label: 'Open Package Manager', command: 'settings-view:view-installed-packages' }
{ type: 'separator' }
]
}

{
Expand Down
5 changes: 4 additions & 1 deletion menus/linux.cson
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,10 @@

{
label: '&Packages'
submenu: []
submenu: [
{ label: 'Open Package Manager', command: 'settings-view:view-installed-packages' }
{ type: 'separator' }
]
}

{
Expand Down
5 changes: 4 additions & 1 deletion menus/win32.cson
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,10 @@

{
label: '&Packages'
submenu: []
submenu: [
{ label: 'Open Package Manager', command: 'settings-view:view-installed-packages' }
{ type: 'separator' }
]
}

{
Expand Down

0 comments on commit ae14722

Please sign in to comment.