Skip to content

Commit

Permalink
Open Package Manager
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesus committed May 15, 2022
1 parent 80b6c8a commit 9cf2f73
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 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
7 changes: 5 additions & 2 deletions menus/linux.cson
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,11 @@
}

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

{
Expand Down
7 changes: 5 additions & 2 deletions menus/win32.cson
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,11 @@
}

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

{
Expand Down

0 comments on commit 9cf2f73

Please sign in to comment.