shyyko.serhiy

Results 90 comments of shyyko.serhiy

Spotify desktop application should be open for this plugin to work. I've just checked it on my machine VS Code 1.5.3. Spotify 1.0.38.171.g5e1cd7b2, Win10. and it works. It may be...

There is https://developer.spotify.com/console/get-current-user/ endpoint that you can request via https://github.com/ShyykoSerhiy/spotify-common/blob/master/src/spotify/api.ts#L68 . User has [product](https://github.com/ShyykoSerhiy/spotify-common/blob/master/src/spotify/consts.ts#L91) field that will have value 'premium' if it's premium user. We can probably can check it...

connected issue https://github.com/Microsoft/vscode/issues/12588

Yeah, vscode uses octicons(https://octicons.github.com/) for 'special' characters support (@see https://code.visualstudio.com/docs/extensionAPI/vscode-api#StatusBarItem text property). Sadly there is no 'Pause' octicon. We can try to use pause emoji for this ( https://emojipedia.org/double-vertical-bar/ )...

As I mentioned in https://github.com/ShyykoSerhiy/vscode-spotify/issues/42#issuecomment-406825141 there is no local spotify http server. You can try it, but I bet none of those libraries work. I've used the same approach as...

https://github.com/ShyykoSerhiy/vscode-spotify#how-it-works

Sending contact requests and searching for contacts is on the way aren't currently implemented (it's scheduled for 0.0.3). For now it's only possible to accept or decline contact requests that...

It has it's limitation. The polling for auth requests is executed every 120 seconds (otherwise skype sends "too much requests" error and refuses to give auth requests at all), so...

It probably will be fixed in next release.

And make sure that you've cloned the repo and not installed via npm. Version with support for auth requests isn't on npm yet.