vsdingextension/README.md

47 lines
1.9 KiB
Markdown
Raw Normal View History

2014-03-21 23:44:55 +00:00
Visual Studio Ding extension
====================================================
This small extension will play notification sounds when following events occur:
- Build Complete
- Entering debugger mode (breakpoint hit, etc)
- Unit tests finished to run
2015-06-05 13:46:43 +00:00
Ability to toggle when the notifications sound can be found in the Visual Studio Options under 'Ding'
2014-03-21 23:44:55 +00:00
Useful when working with big solutions or when build/test run/hitting a breakpoint takes a lot of time and developer can be distructed on other things while he waits.
This is an open source project, join!
Twitter: @GanzhaVitalii
2015-06-12 21:09:04 +00:00
2016-01-08 06:59:35 +00:00
Version 1.9:
* Fixed defect #8: VS 2015 stops working when looking at Test Manager Window
2016-01-06 19:20:31 +00:00
Version 1.8:
* Users now will be able to select their own sounds (Issue #5)
* There will be a different sound when any of the tests have failed (Issue #7)
* There is a separate option to play sound only when tests failed (thanks to https://github.com/sboulema for pull request).
2016-01-06 19:32:15 +00:00
* Notification in tray will have different icon when tests failed
2016-01-06 19:20:31 +00:00
![Custom sounds](https://cloud.githubusercontent.com/assets/3173477/12151990/c87702c0-b466-11e5-82eb-7602c430ae7c.png)
Version 1.6:
* Fixed compatibility issues with Visual studio 2012
2015-06-12 21:09:04 +00:00
Version 1.5:
* Added Task bar notifications. (https://github.com/thecoderok/vsdingextension/issues/1)
It can be disabled in Tools->Options->Ding->Show tray notifications
2015-06-12 21:29:27 +00:00
2015-06-12 21:29:16 +00:00
![TaskBar notification](https://cloud.githubusercontent.com/assets/3173477/8140297/3633fb52-110f-11e5-8e53-4fcad670bd82.PNG)
2015-06-12 21:09:04 +00:00
Version 1.4:
* Added options dialog (Tools->Options->Ding). Now it is possible to enable/disable what sounds to play. Thanks to https://github.com/dannoh
* Added option to play sounds only if Visual Studio in background. Thanks to https://github.com/dannoh
2015-06-12 21:29:16 +00:00
* Support for Visual studio 2015
2015-06-12 21:30:31 +00:00
![options](https://cloud.githubusercontent.com/assets/3173477/8140335/89a7e618-110f-11e5-94e2-d626fefb5680.png)