I am a novice in developing vscode TS plug-in. How can I connect to vscode's built-in tsserver? What is the port number of vscode tsserver?
CodePudding user response:
Quoting the docs:
tsserver listens on stdin and writes messages back to stdout.