Open
Description
VS Code runs test with -r json
and uses the data to populate its test runner. The API allows us to provide expected/actual values for a test failure which can be rendered as a diff:
This could be more convenient for some operations (such as copy/pasting the raw expected
value), but it requires that we have these values in the JSON payloads in their raw form (not embedded in some string).