Closed
Description
Describe the bug
When you execute a QL test from the test explorer, and the compilation of the tested query has warnings, such as unused predicates or deprecated elements, then the diff view of a failed test is not visible.
Version
The CodeQL and VS Code version in which the bug occurs.
CodeQL extension version: 1.12.2
CodeQL CLI version: 2.14.6
Platform: darwin x64
To reproduce
- Create a failing QL test of a query with an unused predicate or deprecated module.
- Execute the test
Expected behavior
The test explorer shows the diff of the expected and actual output, in addition to the compiler warnings.