Last.fm Recent Tracks VS Code Extension![]() This is a simple Visual Studio Code(a.k.a VS Code) extension that displays currently playings songs within Last.fm. Sometimes while listening mixed list a catchy and good song may hit. Whitout leaving VS Code environment, it is easy to see what is currentl playing with help of Last.fm But the main concept for this plugin is to learn how to create an extension for VS Code. Mainly some other business requierment causes me to develop an extension. Because it is not currently possible to have it as open source; I just wanted to share my learning journey within this simple extension.
Features
Requirements
Extension SettingsThis extension has the following settings:
These settings can be set with Init command of the extension Known Issues
Release Notes1.0.0
Following extension guidelinesI hope this repo. helps you to start your journey to create great extensions. To have more solid knowledge about VS Code extensions please also check and follow the following guidelines; Enjoy, happy coding! |