Skip to content

Commit

Permalink
Remove internal play.pause from Command Palette
Browse files Browse the repository at this point in the history
The commands contribution point is only needed for user-facing commands
accessible via the Command Palette. The internal actions for track play/
pause are useless to the end user, so remove them.
  • Loading branch information
jkmartindale committed Feb 16, 2021
1 parent 25566ff commit f41c3a1
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,6 @@
"command": "spotifymlh.pause",
"category": "Spotify",
"title": "Pause"
},
{
"command": "spotifymlh.track.play",
"category": "Spotify",
"title": "Play",
"icon": "$(play)"
},
{
"command": "spotifymlh.track.queue",
"category": "Spotify",
"title": "Add track to queue",
"icon": "$(add)"
}
],
"menus": {
Expand Down

0 comments on commit f41c3a1

Please sign in to comment.