Open
Description
Feature Request
Feature Request: Maybe “Another Start” could automatically Resume, which would restart a new code analysis after a pause, and the code analysis in the 'Language Status Bar UI' would show running
Repro Steps:
- Download and open a large project with VSCode, such as: https://github.com/chromium/chromium
- Open a .cpp file and hover over the curly braces ( "{ }" ) at the bottom of the window.
- Click Options link in “Language Status Bar UI”->Click Pause in 'Select a code analysis command…' list.
- Click Options link again->Click 'Start Another…' in 'Select a code analysis command…' list->Select 'Run Code Analysis on All Files'.
- Observe 'Code Analysis' in “Language Status Bar UI”.
Expected Result: After restarting a new code analysis after a pause, the code analysis in the 'Language Status Bar UI' shows running
Actual Result: After restarting a new code analysis after a pause, the code analysis in the 'Language Status Bar UI' still shows paused