aboutsummaryrefslogtreecommitdiffstats
path: root/lua/lspconfig/server_configurations/tsserver.lua
Commit message (Collapse)AuthorAgeFilesLines
* feat(ts_ls)!: rename `tsserver` to `ts_ls` #3232Yi Ming2024-09-051-88/+0
| | | | | `tsserver` cannot be used as an abbreviation for `typescript-language-server`, because there is [`tsserver`](https://github.com/microsoft/TypeScript/wiki/Standalone-Server-(tsserver)) already and it is completely different from `typescript-language-server`. This is misleading. As the [README of `typescript-language-server`](https://github.com/typescript-language-server/typescript-language-server/blob/master/README.md) says, it's a wrapper of `tsserver`. This abuse has been around for so many time in lspconfig that people don't realize they are two different things, and are then confused by replacements of `typescript-language-server` like [typescript-tools.nvim](https://github.com/pmizio/typescript-tools.nvim) and [vtsls](https://github.com/yioneko/vtsls).
* fix(tsserver): update root directory order (#3180)Danila Mihailov2024-05-281-2/+2
| | | Fix #3179
* docs(vue): update vue support section (#3060)Ray Guo2024-03-091-2/+8
| | | | | | | | | | * docs(vue): update vue support section as johnsoncodehk mentioned here: https://github.com/vuejs/language-tools/issues/3925#issuecomment-1986806306 * chore: fix typo * chore: fix typo
* docs: update documentation for Volar >= 2.0.0 (#3049)Hugo2024-03-051-0/+31
| | | See: https://github.com/vuejs/language-tools/issues/3925
* fix(tsserver): update root_dirEmilio Ziniades2023-11-191-5/+2
|
* fix: use exepath on server command (#2595)Raphael2023-05-091-8/+1
|
* feat(tsserver): support single file mode in tsserver(#2375)rjooske2023-01-041-0/+1
|
* fix: correct link of typescript-language-server (#2347)Raphael2022-12-241-1/+1
|
* docs: fix typo `type` -> `typescript`Tyler Miller2022-08-061-1/+1
|
* fix(npm): resolve the command correctly on windowskylo2522021-12-081-2/+4
|
* chore: clean up importsMichael Lingelbach2021-11-251-1/+1
|
* feat: expose configsMichael Lingelbach2021-11-251-0/+58