-
Notifications
You must be signed in to change notification settings - Fork 12.8k
TSServer crashes 5 times after opening the VS Code Interactive Playground #36681
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Good find! Moving upstream to TS. |
@RyanCavanaugh We'll need a fix for this before VS Code can ship 3.8. (that can be a 3.8.x recovery build) @sheetalkamat Here's the stack and call that triggers the error. I suspect this error may have something to do with us sending along the scheme as part of the file name (we've always done this but I seem to recall TS breaking previously due to this):
|
@mjbvz #36109 removed the check (to fix #35734) that the basefile name starting with The walkthrough path in the log does not satisfy this current check of dynamic file.. https://github.com/microsoft/TypeScript/blob/master/src/server/scriptInfo.ts#L274 |
I think hardcoding a check for Note that vscode can also have untitled file paths that look like: Also, longer term, should we perhaps look into having VS Code pass a |
Handle walkThroughSnippet:/ and untitled:/ as dynamic files Fixes #36681
Handle walkThroughSnippet:/ and untitled:/ as dynamic files Fixes #36681
TSServer crashes 5 times after opening the Interactive Playground.
Steps to Reproduce:
The tsserver.log file.
Does this issue occur when all extensions are disabled?: No
Only exists if using the ms-vscode.vscode-typescript-next plugin.
Possible related to microsoft/vscode#85547
The text was updated successfully, but these errors were encountered: