| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat: make oxfmt support oxfmt.config.ts files (#4372) | Nikoloz Buligini | 4 days | 1 | -2/+3 |
| | | |||||
| * | fix(oxfmt): remove unknown filetypes (#4325) | Ben M | 2026-02-25 | 1 | -4/+0 |
| | | | | | | | | | | | | | | Problem: checkhealth shows warnings: - ⚠️ WARNING Unknown filetype 'javascript.jsx' (Hint: filename extension != filetype). - ⚠️ WARNING Unknown filetype 'typescript.tsx' (Hint: filename extension != filetype). - ⚠️ WARNING Unknown filetype 'handlebars' (Hint: filename extension != filetype). - ⚠️ WARNING Unknown filetype 'hbs' (Hint: filename extension != filetype). - ⚠️ WARNING Unknown filetype 'mdx' (Hint: filename extension != filetype). Solution: Remove unknown filetypes. But keep "handlebars" because it depends on a plugin. | ||||
| * | feat(oxlint, oxfmt): try local binaries in node_modules #4324 | T1ckbase | 2026-02-24 | 1 | -1/+8 |
| | | |||||
| * | feat(oxfmt): jsonc root marker #4312 | James Vaughan | 2026-02-11 | 1 | -2/+2 |
| | | |||||
| * | feat(oxlint/oxfmt): adopt and fully integrate the recommended language ↵ | François Lachèse | 2026-01-29 | 1 | -0/+52 |
| servers (#4242) * feat(oxlint): use new oxlint --lsp command * chores(oxlint): improve the root_dir logic to better match what oxlint does * feat(oxlint): add default init config comments * feat(oxlint): add LspOxlintFixAll command * docs(oxlint): improve docs * feat(oxfmt): add oxfmt language server * fix(oxlint): fix lint issues * Update lsp/oxfmt.lua Co-authored-by: Tim Shilov <tim@shilov.dev> * Update lsp/oxlint.lua Co-authored-by: Tim Shilov <tim@shilov.dev> * fix(oxlint/oxfmt): use root_dir as workspaceUri * fix: correct configuration after oxc release * fix: add supported Oxfmt languages * fix: add languages supported by Oxlint --------- Co-authored-by: Tim Shilov <tim@shilov.dev> | |||||
