Extension allows you enjoy listening to YandexMusic right in your favorite code editor.
To use this extension you should have Yandex Music account.
This extension contributes the following settings:
yandexMusic.credentials.username
- Yandex Music user nameyandexMusic.credentials.password
- Yandex Music passwordyandexMusic.rewindTime
- Rewind time (optional, by default is 15s)
{
"yandexMusic.credentials.username": "example@yandex.ru",
"yandexMusic.credentials.password": "12345",
"yandexMusic.rewindTime": 15
}
Shift + Alt + P
- Play/pause trackShift + Alt + N
- Play next trackShift + Alt + B
- Play previous trackShift + Alt + Y
,Shift + Alt + M
- Open Yandex Music extension bar
You can open an issue on a GitHub page or contact me at cherkalexander@gmail.com with any additional questions or feedback.
- Only Windows is currently supported 🙄
- ...
You can subscribe to the author's telegram channel to support and motivate the author.
- Ensure you have locally installed
nodejs
andnpm
. - Ensure you have locally installed
yarn
as it is used as package manager for this project. - Run
yarn install
in your terminal; - Open Visual Studio Code and press
F5
.