coc-tsserver icon indicating copy to clipboard operation
coc-tsserver copied to clipboard

Use coc-tsserver LSP while tsserver.enable: false

Open igorbrasileiro opened this issue 1 year ago • 3 comments

Hi folks, I'm trying to improve my DX and I forked this repo https://github.com/rodrigore/coc-tailwind-intellisense to use this with twind (https://github.com/tw-in-js/twind). This works well if I only use the tsserver and my forked coc extension, which depends on the tsserver. If I enable coc-deno (https://github.com/fannheyward/coc-deno) that disables the coc-tsserver, my extension stop work. So, is there a way that I can use the tsserver LSP even if it's disabled?

image

Info: I'm not familiar enough with coc, lsps, etc.

igorbrasileiro avatar Nov 29 '22 23:11 igorbrasileiro