mirror of
https://github.com/danbulant/oxc
synced 2026-05-19 04:08:41 +00:00
**BREAKING CHANGE**: VSCode-Client does not watch for `eslint` configuration files. Default value for `oxc.configPath` is now `.oxlintrc.json` instead of `.eslintrc` |
||
|---|---|---|
| .. | ||
| client | ||
| test_workspace | ||
| .vscode-test.mjs | ||
| .vscodeignore | ||
| CHANGELOG.md | ||
| CONTRIBUTING.md | ||
| LICENSE | ||
| oxlint.json | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
⚓ Oxc
The Oxidation Compiler is creating a suite of high-performance tools for JavaScript and TypeScript.
Installation
Any of the below options can be used to install the extension.
- Install through the VS Code extensions marketplace by searching for
Oxc. Verify the identifier isoxc.oxc-vscode. - From within VS Code, open the Quick Open (Ctrl+P or Cmd+P on macOS) and execute
ext install oxc.oxc-vscode.
Oxlint
This is the linter for Oxc. The currently supported features are listed below.
- Highlighting for warnings or errors identified by Oxlint
- Quick fixes to fix a warning or error when possible
- JSON schema validation for supported Oxlint configuration files (does not include ESLint configuration files)