What version of Oxlint are you using?
1.14.0
What command did you run?
VSCode extension
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".