You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What does your .oxlintrc.json config file look like?
Default config.
What happened?
I'm not sure if this is a bug or if it's supposed to work like this, but after saving a file in VSCode oxlint doesn't display any errors until the file is changed again. I save a lot, especially when fixing errors, so it's quite annoying to not see the errors after saving.
If I change "oxc.lint.run" to "onSave", this doesn't happen. Obviously I'd like to keep it on "onType".