Closed
Description
We have issues: #119489 and PRs: #129382, #146608
And in the ts side. There's already implemented add custom handler in ts plugin via microsoft/TypeScript#44291.
I think It's better to register a builtin command such as forwardTsServer
or others.
And with that, we can shell command in our own vscode extension to send some command into tsserver. And handle the command in ts plugin.
In this way, we can share the current ts program instance rather than create a new tsserver. And we can avoid tons of config/setup for the new tsserver which nearly no one can do that.
Metadata
Metadata
Assignees
Labels
No labels