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

Output from Git editors being parsed for test cases #31

Closed chiefmyron closed 2 years ago

chiefmyron commented 2 years ago

Text documents that are parsed by other extensions (e.g. Git) are being parsed for test cases. Need to ensure that only actual source code files are being parsed (i.e. URIs with a scheme of 'file').