mattogodoy / hacker-sounds

This Visual Studio Code extension automatically turns you into a very skilled hacker by playing movie-like sounds while you write code.
GNU General Public License v3.0
54 stars 25 forks source link

Does not work when coding through remote SSH session? #22

Open jeffeuxMartin opened 1 year ago

jeffeuxMartin commented 1 year ago

The sound only goes out when coding on local sessions. The sound doesn't come out at all when coding through remote SSH session. Should this be a TypeScript problem or simply PATH problem? (I've tried copy the audio sources to my local computer.)

mattogodoy commented 1 year ago

Hello! That is a good question. I don't know what happens with the extensions when you connect to SSH. Also, there are 2 types of SSH sessions: One by using a VSCode server, and the other by connecting to a regular SSH server using an extension.

I'm sorry to say that I don't have the time to look into this right now, but I encourage you to create a PR with the changes, and if they work we can add them to the extension.