aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/oxfmt.lua
Commit message (Collapse)AuthorAgeFilesLines
* feat: make oxfmt support oxfmt.config.ts files (#4372)Nikoloz Buligini4 days1-2/+3
|
* fix(oxfmt): remove unknown filetypes (#4325)Ben M2026-02-251-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 #4324T1ckbase2026-02-241-1/+8
|
* feat(oxfmt): jsonc root marker #4312James Vaughan2026-02-111-2/+2
|
* feat(oxlint/oxfmt): adopt and fully integrate the recommended language ↵François Lachèse2026-01-291-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>