Open
Description
- Run code analysis on some file.
- Make some edit and save to some file that is locked for editing by clang-tidy. You should get a file save failed notification from VS Code.
- Cancel code analysis (optional, it should repro the bug even if you wait till it finishes).
- Run code analysis again.
Bug: Code analysis never actually runs and is stuck in a running state (internally it's waiting for the save of the file that never arrived). The code expected that a willSaveWaitUntil will always be followed by a save.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status