vscode-power-mode
vscode-power-mode copied to clipboard
Hi! Can Add some sounds/music like piano or anything?
I want the beats while coding^^
Unfortunately there isn't a good universal way of doing this. Due to the way VS Code extensions work, they are hosted in a separate process and don't have access to the browser apis. This means they don't have access to the web audio apis and have to rely on platform specific audio apis / provide their own audio executables.
I've looked into it a bit in the past and decided it was outside the scope of what I was willing to do.
I started working towards making this extension "extensible" so other authors could write plug-ins, though. If I ever finish that, somebody else could make an audio plug-in
For piano, for Atom I use to use Aural Coding, turns out there is a port for vscode too: https://marketplace.visualstudio.com/items?itemName=jeng.aural-coding-vscode