You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the extension is active, and you edit and save a C/C++ file the code coverage and new test case gutter decorations are removed. If you edit the file but do NOT save it, the decorations persist until the next save.
Cause is described in comment near the onDidSaveTextDocument() handler in extension.ts
The text was updated successfully, but these errors were encountered:
johnpaliotta
changed the title
Editor decorations are not removed when file is changed and not saved
Editor decorations are not removed when a file is changed but not saved
Aug 24, 2023
If the extension is active, and you edit and save a C/C++ file the code coverage and new test case gutter decorations are removed. If you edit the file but do NOT save it, the decorations persist until the next save.
Cause is described in comment near the onDidSaveTextDocument() handler in extension.ts
The text was updated successfully, but these errors were encountered: