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

Add option for delay #711

Closed
SHxKM opened this issue Jul 11, 2019 · 2 comments
Closed

Add option for delay #711

SHxKM opened this issue Jul 11, 2019 · 2 comments

Comments

@SHxKM
Copy link

SHxKM commented Jul 11, 2019

My proposal is to implement one of the following options:

A) don't display any warnings (and possibly errors) in the editor, but do fix those on save.

or:

B) Add an option to add a time delay between the last character typed, and the appearance of warnings/errors

or:

C) Add an option to only display warnings and errors on save

A, B, C all solve the same problem: For .vue files for example, the editor is instantly filled with warnings/errors as soon as I open a new <div> tag because it's already recognizing a few rules that are broken with this temporary state. This is aesthetically unpleasant, and honestly sometimes distressing to see over and over again.

Setting eslint.quiet: true hides the warnings, but also ignores them, which means they aren't fixed on save.

Would this be complicated to implement? am I missing some setting?

@dbaeumer
Copy link
Member

Sounds like a dup of #655

@SHxKM
Copy link
Author

SHxKM commented Jul 11, 2019

@dbaeumer fair enough. I thought the other issue wasn't as detailed and wasn't even sure I was talking about the same as the other poster. I will the contents there to augment.

@vscodebot vscodebot bot locked and limited conversation to collaborators Aug 25, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants