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

Icons on statusbar not showing. #15

Open ciriousjoker opened 5 years ago

ciriousjoker commented 5 years ago

A similar extension (https://github.com/ShyykoSerhiy/vscode-spotify/) has the same issue.

Quote from my comment over there:

(tested on v1.24, 1.25.0-insider and 1.27.0-insider)

I've noticed that spotify is listening on port 15132 and 8608. 8608 stays the same after restarting Spotify, 15132 becomes 17676.

I've checked via (powershell): netstat -bano | Select-String spotify -Context 0,1