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

Prevent workspace scanning for test executing more than once at the same time #84

Closed chiefmyron closed 8 months ago

chiefmyron commented 8 months ago

If the editor opens with an active window showing a test file, a full workspace scan is automatically initiated.

While this scan is running, if the user navigates to the test workbench, the editor automatically starts another workspace scan: image

Need to update logic so that only one workspace scan runs at a time.