Hi. I am working on an integration with tsserver and there is a little problem: I need to override a default behaviour for IOSession but I cannot do it because:
- IOSession and ioSession are private
- a listening session is always started (see here)
I have to use my own tsserver implementation as a workaround.
Possible solution: check an environment flag before running ioSession.listen().
Hi. I am working on an integration with tsserver and there is a little problem: I need to override a default behaviour for IOSession but I cannot do it because:
I have to use my own tsserver implementation as a workaround.
Possible solution: check an environment flag before running ioSession.listen().