microsoft/sarif-vscode-extension

Automatically reflect changes to SARIF files in the viewer

winstliu opened this issue · 3 comments

If a SARIF file is open in the viewer, any changes to that file should be automatically reflected.

Scenario:

  1. Static analysis run produces a SARIF file; SARIF Viewer is opened
  2. After fixing some of the issues, the static analysis tool is run again and updates/overwrites the existing SARIF file

Expected behavior: the SARIF viewer automatically reflects the changes in the file.

Actual behavior: nothing changes :(.

Hi @jeffersonking, is this something you think you'll get to soon or would you like us to send a PR instead?