Description
Thank you for this project. I hope to get it running properly 😄
I see the following in my status bar after loading a .ts
file in a node project (though it is not an error, only in statusbar, and only shows sometimes):
Furthermore, I see the following errors before the buffer opens up when I try to load a .ts
file from a deno project:
That said, running :echo b:tsdetect_is_node
returns 1
when I'm in a node project, and 0
when I'm in a deno project - so it seems to be working OK somehow.
I am trying to use this project to conditionally deactivate the coc-tsserver
extension + activate the coc-deno
extension when working in a deno project, and vice-versa when working in a node project.