chiefmyron / phpunit-test-workbench

An extension to integrate PHPUnit with the native Test Explorer functionality within VS Code. Zero configuration required for common environment setups.
https://marketplace.visualstudio.com/items?itemName=chiefmyron.phpunit-test-workbench
MIT License
5 stars 2 forks source link

Add indicator to status bar when test detection is running #72

Closed chiefmyron closed 1 year ago

chiefmyron commented 1 year ago

At the moment, the only place the UI indicates that test detection is taking place is a progress bar at the top of the Test Explorer. But if the user doesn't have that panel open, they cannot see the current state of test detection.

Adding a spinner and message to the status bar will ensure that the user can see at a glance whether test detection is taking place, regardless of which files / panels they currently have open.