Overview Version History Q & A Rating & Review
VS Code Radio Player
A simple, persistent radio player for VS Code. Play your favorite internet radio stations while you code!
Features
🎵 Persistent Playback : Music keeps playing in the background while you work.
🎛️ Popup Controls : Control everything (Play/Pause, Station Select) from a simple popup menu.
📻 Custom Stations : Add your own stream URLs via VS Code settings.
🔇 Unobtrusive : The player engine hides in the Sidebar, staying out of your way.
How to Use
Open Controls : Click the Radio button in the Status Bar (bottom right).
Play/Pause : Use the menu to toggle playback.
Change Station : Select Change Station to pick from your list.
Configuration
The extension comes with a few sample stations (SomaFM, BBC, etc.). You should add your own favorite stations!
Open Settings (Cmd+, or Ctrl+,).
Search for Radio Player.
Click Edit in settings.json under Radio Player: Custom Stations.
Add your stations in the following format:
"radioPlayer.customStations": [
{
"name": "My Favorite Station",
"url": "http://stream.example.com/radio.mp3"
},
{
"name": "Another Stream",
"url": "https://another-stream.com/playlist.m3u"
}
]
Requirements
VS Code 1.80.0 or higher.
Internet connection for streaming.
Known Issues
Some streams (especially HLS/m3u8) might not play depending on the codec support in VS Code's internal browser (Chromium). MP3 and OGG streams are most reliable.
Enjoying the extension?
If you find this extension useful, please consider rating it on the Marketplace ! ⭐⭐⭐⭐⭐
Your feedback helps us improve.