-
Notifications
You must be signed in to change notification settings - Fork 29.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
enable a customizable sound to indicate successful/failed task completion #12466
Comments
Or a visual notification could be helpful too. |
There is an issue requesting a proper status bar item for tasks. |
I'm also waiting for this feature. It is very needed when the typescript compiler is working in a watch mode. So after a code change I could immediately switch to a browser. If there were no errors I will just refresh a page to see the changes. So I don't have to visually monitor the status bar of VSCode. |
@fantaclaus there is feedback if the tsc compiler is in watch mode. There should be a spinning ascii art next to the problem indicator in the status bat when the tsc compile is active in the background. |
Really simple implementation. Allow items in the status bar to change their background color. Preferably just provide a method to set the css on that element so you can do css animations. Blinking red: failure would be easy to return them to their original state as well I'd like to point out that it is possible to play sounds from the extension api. [ However, this is pretty hacky. It ships with an But this terribly inefficient because it spawns a seperate process each time you trigger the sound. Plus you can't pause, seek, restart, etc. Hell there's not even a good way of telling if the sound is finished playing. Not to mention compatibility issues. It'd be cool to offer a easy way to do this. Would prob be easy considering
|
@dbaeumer you are right, there is a spinning indicator. But currently I have to watch it and wait until it stop spinning. I would rather prefer to use this time to review the code or to switch to a browser and be ready to reload a page as soon as I hear the sound of success. Moreover, at some workplaces I have only one monitor, and a browser takes its surface entirely. So I cannot see VSCode at the same time. |
any solution for this yet? i was hoping that vscode already has this sound feature when task is done |
Duplicate of #7090 |
Thanks for creating this issue! We figured it's covering the same as another one we already have. Thus, we closed this one as a duplicate. You can search for existing issues here. See also our issue reporting guidelines. Happy Coding! |
@alexr00, how could the request for "customizable sound" be a duplicate for a request for "some visual feedback"? The sound is not a kind of visual effect, is it? |
The duplicate is about adding a post action to tasks. Visual feedback or a sound after a task are both types of post action. |
It would be helpful to hear a sound at completion long running tasks.
The text was updated successfully, but these errors were encountered: