aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/ts_ls.lua
Commit message (Expand)AuthorAgeFilesLines
* feat(ts_ls): add LspTypescriptGoToSourceDefinition command #4225Ilia Choly2025-12-031-0/+23
* fix(lsp): detect deno.jsonc as Deno project for biome/eslint/ts_ls/tsgo/vtsls...Thiago Marques2025-11-181-1/+1
* fix(ts_ls): broken in non-Deno repo #4198Daniel Imfeld2025-11-161-2/+2
* fix(lsp): improve ts_ls root detection for deno projects #4193Apocalypse2025-11-161-6/+4
* fix: luals warningsJustin M. Keyes2025-11-141-4/+6
* fix: exclude deno from biome/eslint/ts_ls/tsgo/vtsls #4130Xubai Wang2025-11-131-0/+6
* Revert "add deno.lock root marker #4051"Justin M. Keyes2025-09-171-1/+1
* fix: ts/js LSPs require lockfile #4062Alexis Tacnet2025-09-101-5/+4
* feat(biome,eslint,svelte,ts_ls,tsgo,vtsls): add deno.lock root marker #4051Kai Moschcau2025-09-031-1/+1
* fix(ts/js): support older Nvim 0.11.xJustin M. Keyes2025-08-211-2/+3
* fix(ts/js): give lockfiles equal priority when finding root #4013Oskar Haarklou Veileborg2025-08-201-1/+2
* fix(ts_ls): server not starting if there is no typescript #4011Vinícius Weigert2025-08-191-14/+0
* chore: miscellaneous type fixesIgor2025-08-181-2/+2
* chore: add type annotation for configsIgor2025-08-181-0/+1
* fix(ts/js): servers do not start when `bun.lock` exists #4008Methapon20012025-08-181-1/+1
* feat(ts/js): improve monorepo support for Typescript, ESLint #3955Alexis Tacnet2025-08-171-1/+35
* fix(vue_ls): support `vue_ls` v3 #3943Fidel Yin2025-07-101-37/+0
* feat(ts_ls): implement codelens support #3938Simon Engmann2025-07-061-0/+26
* fix: some `on_attach` callbacks may act on the wrong buffer #3916Dmytro Meleshko2025-06-201-2/+2
* feat(volar)!: rename to 'vue_ls'J.c2025-05-111-5/+5
* docs: cleanup #3791Justin M. Keyes2025-04-261-1/+1
* ci: check legacy configs, drop "comment" #3781Justin M. Keyes2025-04-261-3/+5
* feat(ts_ls): add :LspTypescriptSourceAction command #3780Thomas Dy2025-04-261-0/+17
* feat(ts_ls): add _typescript.rename handler #3779Thomas Dy2025-04-261-0/+15
* docs: cleanupJustin M. Keyes2025-04-181-65/+65
* fix(docs): docgen.lua reads from `lua/*.lua` #3708Justin M. Keyes2025-04-121-1/+1
* feat: migrate to vim.lsp.config #3659Lorenzo Bellina2025-04-121-0/+81