| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat(ts_ls)!: rename `tsserver` to `ts_ls` #3232 | Yi Ming | 2024-09-05 | 1 | -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 Mihailov | 2024-05-28 | 1 | -2/+2 |
| | | | | Fix #3179 | ||||
| * | docs(vue): update vue support section (#3060) | Ray Guo | 2024-03-09 | 1 | -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) | Hugo | 2024-03-05 | 1 | -0/+31 |
| | | | | See: https://github.com/vuejs/language-tools/issues/3925 | ||||
| * | fix(tsserver): update root_dir | Emilio Ziniades | 2023-11-19 | 1 | -5/+2 |
| | | |||||
| * | fix: use exepath on server command (#2595) | Raphael | 2023-05-09 | 1 | -8/+1 |
| | | |||||
| * | feat(tsserver): support single file mode in tsserver(#2375) | rjooske | 2023-01-04 | 1 | -0/+1 |
| | | |||||
| * | fix: correct link of typescript-language-server (#2347) | Raphael | 2022-12-24 | 1 | -1/+1 |
| | | |||||
| * | docs: fix typo `type` -> `typescript` | Tyler Miller | 2022-08-06 | 1 | -1/+1 |
| | | |||||
| * | fix(npm): resolve the command correctly on windows | kylo252 | 2021-12-08 | 1 | -2/+4 |
| | | |||||
| * | chore: clean up imports | Michael Lingelbach | 2021-11-25 | 1 | -1/+1 |
| | | |||||
| * | feat: expose configs | Michael Lingelbach | 2021-11-25 | 1 | -0/+58 |
