Skip to content

language_server: warning log will be output to the language server #14402

@mo36924

Description

@mo36924

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?

{
  "$schema": "./node_modules/oxlint/configuration_schema.json",
  "jsPlugins": ["./plugin.js"],
  "rules": {
    "plugin/plugin": "error"
  }
}

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions