Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Editor decorations are not removed when a file is changed but not saved #14

Open
johnpaliotta opened this issue Aug 24, 2023 · 0 comments

Comments

@johnpaliotta
Copy link
Collaborator

johnpaliotta commented 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

@johnpaliotta 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant