microsoft/sarif-visualstudio-extension

Navigation to code flow locations does not work

yongyan-gh opened this issue · 0 comments

Thanks @matjin reporting the issue.

Repro step:

  1. Open a SAIRF log file contains results with codeflow/threadflow locations.
  2. Navigate to the result.
  3. In SARIF explorer 'Analysis Steps' tab, double click on items in the list.
  4. Viewer dose not open/try to open the source file related to the analysis step (threadFlowLocation).
    Expected:
    Viewer should try to resolve the source file path related to analysis step and open it in editor.

VS Code viewer works like expected.