github / vscode-codeql

An extension for Visual Studio Code that adds rich language support for CodeQL
https://marketplace.visualstudio.com/items?itemName=GitHub.vscode-codeql
MIT License
421 stars 184 forks source link

Report progress for post-evaluation actions #3622

Closed nickrolfe closed 4 months ago

nickrolfe commented 4 months ago

Generating and parsing log summaries can be quite slow, so we should update the progress window with messages about what's being worked on.

I don't really know TypeScript, so there may be a nicer way of achieving what I've done here. 🤷

Checklist