vscode-opa icon indicating copy to clipboard operation
vscode-opa copied to clipboard

Output shows no change between evaluation with No Results

Open timothyhinrichs opened this issue 5 years ago • 1 comments

When the result of evaluation is "No Results", and the user runs 2 evaluations in a row, there is no way to know if the output has been updated or not because the output may be exactly the same across two evaluations. This is especially problematic when the evaluation takes several seconds or even a minute.

Ideas:

  • Closing the output window at the start of a new evaluation.
  • Wiping the output window at the start of a new evaluation.
  • Including a timestamp or a duration on each evaluation, even when "No Results" is the result

timothyhinrichs avatar Sep 06 '19 22:09 timothyhinrichs

This is related to #10.

tsandall avatar Sep 09 '19 14:09 tsandall