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

Dismiss warnings #202

Open
brendandower90 opened this issue Mar 22, 2019 · 1 comment
Open

Dismiss warnings #202

brendandower90 opened this issue Mar 22, 2019 · 1 comment

Comments

@brendandower90
Copy link

Its very useful that Espruino gives me a warning to use "===" instead of "==", but sometimes I want to use the "==".
It would be good to be able to disable these warnings individually after acknowledging them.

@gfwilliams
Copy link
Member

Thanks - it's a nice idea. I think it's probably too much effort to implement for each single error, however there was a request to be able to turn different classes of warnings on and off from settings, which might be a help?

The IDE itself uses CodeMirrror and JSHint (IIRC) so if you found an example of this somewhere then you should be able to add it in relatively easily.

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