What version of Oxlint are you using?
1.20.0
What command did you run?
Using the VS Code extension
What does your .oxlintrc.json config file look like?
What happened?
I don't think this is a bug, so please close the issue if there is no problem.
Probably language server doesn't support jsplugin.
The following content is output in the language server log, but I thought it was a little difficult to understand.
2025-10-07 17:34:32.093 [info] [2025-10-07T08:34:32Z WARN oxc_language_server::linter::server_linter] Skipping config (builder failed): /workspace/.oxlintrc.json
{ "$schema": "./node_modules/oxlint/configuration_schema.json", "jsPlugins": ["./plugin.js"], "rules": { "plugin/plugin": "error" } }