-
Notifications
You must be signed in to change notification settings - Fork 29.5k
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
The TypeScript language service has suddenly stopped 5 times in the last 5 minutes. Consider opening a bug report. #19577
Comments
To help us investigate, can you please provide:
Also please try running code with extensions disabled to help pinpoint the root cause: Thanks |
I faced also random stops of different language servers (TypeScript and OmniPascal) with the latest insiders build today. I was unable to gather any useful data about it. The same extensions work fine in the current stable release. |
New version of VSC, same error
The js file that causes this error : Any workspace or user settings you have. : I have only User settings
What the rest of the workspace looks like. Do you have a jsconfig.json file? Add "typescript.tsserver.trace": "verbose" to your settings and then restart vscode. Reproduce the issue and go to the "TypeScript" section of the output window and provide the output from there.
Thanks |
@PooLP it looks like your run the JS file on a Sharepoint volume? Can you reproduce this when you run the same .js file on a local file system. This reminds me of this issue microsoft/TypeScript#7469 |
Yes a mapped drive access ... I don't have this problem with local file. It looks like of issue (microsoft/TypeScript#7469) Thanks |
Thank you for the follow up here @PooLP I've opened a new TypeScript issue to track this: microsoft/TypeScript#13874 |
+1 here. Files are in SharePoint 2013 folder. I was trying to follow thread - I updated to the latest VSC - but still get the warn. |
Steps to Reproduce:
The text was updated successfully, but these errors were encountered: