aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/oxfmt.lua
Commit message (Collapse)AuthorAgeFilesLines
* feat(oxfmt): jsonc root marker #4312James Vaughan5 days1-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>