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

[property editing] ]problem marker remains present after closing editor without saving content #1387

Open
martinlippert opened this issue Oct 17, 2024 · 0 comments

Comments

@martinlippert
Copy link
Member

Problem markers seem to remain present after closing an editor without saving the content. So if I have an error marker showing up (correctly) while editing the application.properties file and close the editor, then choose to not save the content, the error marker remains present (in the problem view). I have to re-open the file in an editor to get the markers updated (and therefore removed).

Not yet double checked whether the behavior is the same on VSCode or not (in case auto-save is disabled or hasn't happened before closing the dirty editor).

Maybe we need to take didClose into account for re-running the validation?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant