aboutsummaryrefslogtreecommitdiffstats
path: root/lua/lspconfig/configs/oxlint.lua
Commit message (Collapse)AuthorAgeFilesLines
* fix: drop invalid filetypes from legacy configs #4327Barrett Ruth2026-02-271-1/+0
| | | | | | | | | | Problem: 78596b61 removed javascript.jsx and typescript.tsx from the lsp/ configs, but the same invalid filetypes remain in the legacy lua/lspconfig/configs/ files. These still surface in checkhealth warnings since the legacy configs get merged at runtime. Solution: remove javascript.jsx and typescript.tsx from all legacy config filetypes lists. The correct filetypes (javascriptreact, typescriptreact) are already present in each list.
* docs: add deprecation notice to lua/lspconfig/configs #4189Justin M. Keyes2025-11-151-0/+7
|
* feat(oxc): OxcFixAll command #3604Marek Vospel2025-02-081-0/+21
|
* feat: oxc-language-server #3586Marek Vospel2025-01-271-0/+30