Describe the bug
After a restart, items in the Query History view preserved from previous runs still have a Show Query Log button when right-clicked. However, the query log is gone as it is stored in temporary storage that is cleared on restart, so clicking the button gives an error.
Version
Latest main of both CodeQL and VS Code.
To reproduce
- Run a query.
- Restart VS Code.
- Right click the Query History item for the run and select Show Query Log.
Expected behavior
Either we don't show Show Query Log any more, or we place the log somewhere where it is preserved across runs.
Describe the bug
After a restart, items in the Query History view preserved from previous runs still have a Show Query Log button when right-clicked. However, the query log is gone as it is stored in temporary storage that is cleared on restart, so clicking the button gives an error.
Version
Latest
mainof both CodeQL and VS Code.To reproduce
Expected behavior
Either we don't show Show Query Log any more, or we place the log somewhere where it is preserved across runs.