From f41c3a1a978b7a02a23aa13401d0d1d0eb2e961e Mon Sep 17 00:00:00 2001 From: James Martindale <11380394+jkmartindale@users.noreply.github.com> Date: Tue, 16 Feb 2021 16:07:20 -0600 Subject: [PATCH] Remove internal play.pause from Command Palette 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. --- package.json | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/package.json b/package.json index 791734a..ac09d45 100644 --- a/package.json +++ b/package.json @@ -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": {