oxc/crates/oxc_language_server/src
IWANABETHATGUY 84dc690c40
feat: oxc ls support read configuration (#1940)
1. Closed #1815
2. Very basically support configuration, could improve in the future
since our config is still under experimental.


![image](https://github.com/oxc-project/oxc/assets/17974631/6834c32f-586e-4fca-adc1-dfbeaadfaa3c)**config**
```json
{
  "rules": {
    "no-console": [
      "error",
      {
        "allow": [
          "info"
        ]
      }
    ]
  }
}
```
2024-01-08 15:10:49 +08:00
..
linter.rs feat: oxc ls support read configuration (#1940) 2024-01-08 15:10:49 +08:00
main.rs feat: oxc ls support read configuration (#1940) 2024-01-08 15:10:49 +08:00
options.rs chore: rename crate oxc_vscode to oxc_language_server (#1825) 2023-12-26 23:01:12 +08:00