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

Some error messages still appear automatically even with "On Save" enabled #110

Open
briankendall opened this issue Jan 6, 2022 · 2 comments

Comments

@briankendall
Copy link

I'm seeing inline messages appear in a file as I type, even when "On Save" is enabled and I haven't yet saved.

I've reproduced the issue in both C# and javascript files (i.e. extension cs and js). The trigger seems to be writing a function, typing an open curly brace { and then pressing enter, e.g.:

function someFunction() {

in a js file. That immediately gets me a '}' expected inline error message. If I type a close curly brace so there's no longer an error and press enter, the error message goes away. This happens without me ever saving the file though, and this is all while "On Save" is enabled.

@briankendall
Copy link
Author

Looks like this happens when both "On Save" and "Status Bar Message Enabled" are enabled. If I disable status bar messages then the issue goes away.

@bug-author
Copy link

bug-author commented Nov 22, 2023

Happens for me even if only On Save is enabled as well.

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

2 participants