Closed
Description
Steps to Reproduce:
- Set
"typescript.tsserver.log": "verbose"
- On insiders.vscode.dev, open a JS/TS file and type a bunch in the file to trigger TS Server requests
- Open the output panel and look at the
TypeScript Server log
section
Bug
The output log updates slowly and continues updating long after you finish typing
We are using vscode.OutputChannel
. I've debugged this and believe that the TS logs all of the information quickly. It seems like the issue is with the display/update of the output channel content in the UI