diff options
| author | Yi Ming <ofseed@foxmail.com> | 2024-09-05 16:26:31 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-05 01:26:31 -0700 |
| commit | bdbc65aadc708ce528efb22bca5f82a7cca6b54d (patch) | |
| tree | c30fc57339dc7dd253244d2792df2a1a662a720c /lua/lspconfig/server_configurations/volar.lua | |
| parent | docs: update server_configurations.md (diff) | |
| download | nvim-lspconfig-bdbc65aadc708ce528efb22bca5f82a7cca6b54d.tar nvim-lspconfig-bdbc65aadc708ce528efb22bca5f82a7cca6b54d.tar.gz nvim-lspconfig-bdbc65aadc708ce528efb22bca5f82a7cca6b54d.tar.bz2 nvim-lspconfig-bdbc65aadc708ce528efb22bca5f82a7cca6b54d.tar.lz nvim-lspconfig-bdbc65aadc708ce528efb22bca5f82a7cca6b54d.tar.xz nvim-lspconfig-bdbc65aadc708ce528efb22bca5f82a7cca6b54d.tar.zst nvim-lspconfig-bdbc65aadc708ce528efb22bca5f82a7cca6b54d.zip | |
feat(ts_ls)!: rename `tsserver` to `ts_ls` #3232
`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).
Diffstat (limited to 'lua/lspconfig/server_configurations/volar.lua')
| -rw-r--r-- | lua/lspconfig/server_configurations/volar.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lua/lspconfig/server_configurations/volar.lua b/lua/lspconfig/server_configurations/volar.lua index 4875b1ff..888cd165 100644 --- a/lua/lspconfig/server_configurations/volar.lua +++ b/lua/lspconfig/server_configurations/volar.lua @@ -44,8 +44,8 @@ Volar by default supports Vue 3 projects. Vue 2 projects need [additional configuration](https://github.com/vuejs/language-tools/tree/master/packages/vscode-vue#usage). **TypeScript support** -As of release 2.0.0, Volar no longer wraps around tsserver. For typescript -support, `tsserver` needs to be configured with the `@vue/typescript-plugin` +As of release 2.0.0, Volar no longer wraps around ts_ls. For typescript +support, `ts_ls` needs to be configured with the `@vue/typescript-plugin` plugin. **Take Over Mode** |
