AstroNvim / astrocommunity

A community repository of common plugin specifications
GNU General Public License v3.0
1.16k stars 236 forks source link

fix: `tsserver` renamed to `ts_ls` upstream #1192

Closed mehalter closed 1 week ago

mehalter commented 3 weeks ago

📑 Description

This updates references to tsserver to ts_ls. This is currently blocked by https://github.com/dmmulroy/ts-error-translator.nvim/pull/28

Once that is merged in then we can merge this as well. I am also holding back the lspconfig update from AstroNvim until we mitigate references to tsserver where possible (https://github.com/williamboman/mason-lspconfig.nvim/issues/458)

ℹ Additional Information

github-actions[bot] commented 3 weeks ago

Review Checklist

Does this PR follow the [Contribution Guidelines](development guidelines)? Following is a partial checklist:

Proper conventional commit scoping:

mehalter commented 1 week ago

Merged manually