is there an extension or another easy option in VSCode to play a sound when the program compiles? Compilation of my project takes around 3 minutes. It would be nice to warn me with a sound while my VSCode is minimized and I am watching YouTube during this time.
Compilation is considered complete when the framework shows a certain message (“Server is ready to receive requests”), so I can find a line in the code where the sound should be played. How can I do this? (Preferably avoiding programming this feature inside the code).
Stack: Windows, VSCode, Typescript, NodeJs, FeathersJS, NestJs.
I tried to find a decent and easy solution, but failed so far