mkloubert / vs-media-player

Visual Studio Code extension to control media players like Spotify or VLC directly from the editor.
MIT License
29 stars 5 forks source link

Consider decreasing nextButtonsId after disposing to make keyboard shortcuts more reliable #9

Open pzmarzly opened 6 years ago

pzmarzly commented 6 years ago

Currently, if you disconnect and reconnect, keyboard shortcuts won't work, as they will refer to non-existing statusBar${ID}. Consider reusing freed IDs (should there ever be more than 1 instance, anyway? does anyone needs that?)