description
Add a simple UI to Analyzer.exe for user feedback and to allow cancellation. Currently users must use Task Manager to see whether stdlib analysis is running, when it has completed and to abort it.
When started from the command line (or automatically by VS), Analyzer.exe should only show a notification icon to indicate that it is running.
If the user clicks this icon, a progress display is shown. We can estimate progress based on the number of items left in the analysis queue - or we can just display the number of items in the queue and explain what it means. The user can abort analysis.
If started with no command line options, the UI displays the same Python interpreters as known by VS and allows the user to manually start analyzing their standard libraries. Multiple libraries can be selected at a time and analyzed in parallel.