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

Start adding "quick fix" options via the test message context value #99

Open chiefmyron opened 5 months ago

chiefmyron commented 5 months ago

The context value property on TestMessage items allows for the extension to contribute quick fixes directly in the test failure peek. For example, updating the test so that the expected result matches what was actually returned.

See https://github.com/microsoft/vscode/issues/190277 for details.