Describe the bug
Choosing the CodeQL: Show Test Output Differences option from the Command Palette gives the following error:
Cannot read property 'info' of undefined
The command works fine when selected from the right-click context menu for the test in the Test Explorer
To Reproduce
- Run a CodeQL query test that fails
- Select the
CodeQL: Show Test Output Differences option from the Command Palette.
Expected behavior
Ideally, it would show me the test output differences for the last test. Otherwise, can we hide it from the Command Palette? Or at least not throw an error?