-
Notifications
You must be signed in to change notification settings - Fork 34k
Closed
Labels
author-verification-requestedIssues potentially verifiable by issue authorIssues potentially verifiable by issue authoroutputOutput channel system issuesOutput channel system issuesperfverifiedVerification succeededVerification succeededwebIssues related to running VSCode in the webIssues related to running VSCode in the web
Milestone
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
Metadata
Metadata
Assignees
Labels
author-verification-requestedIssues potentially verifiable by issue authorIssues potentially verifiable by issue authoroutputOutput channel system issuesOutput channel system issuesperfverifiedVerification succeededVerification succeededwebIssues related to running VSCode in the webIssues related to running VSCode in the web