acherkashin / yandex-music-extension

Extension allows you enjoy listening to YandexMusic right in your favorite code editor
The Unlicense
122 stars 6 forks source link

Ability to like tracks #5

Closed acherkashin closed 4 years ago

acherkashin commented 4 years ago

image

This sample project contains good internationalization example https://github.com/microsoft/vscode-extension-samples/tree/8d43af086869d6fd4353d4c65548732da5cd095f/i18n-sample. In this way, we can use the same title for inline actions (in tree view) and for actions in status bar. But it is will be done in separated MR.

Fixes #4