-
Notifications
You must be signed in to change notification settings - Fork 12.8k
TS Server error after deleting jsconfig.json #30005
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
@sheetalkamat VS Code sends |
we already watch jsconfig files for all the open files so reload project should be unnecessary |
Thanks. I'm going to remove the reloadProject calls then. Once those are removed, I don't think we will hit this error anymore but I'll double check |
The TypeScript Server should be watching these files already so we do not need to tell it to 'reloadProjects'. In the current case, 'reloadProjects' is causing a TS Server error microsoft/TypeScript#30005 Fixes #68428
Ok, I confirmed that after removing the |
The TypeScript Server should be watching these files already so we do not need to tell it to 'reloadProjects'. In the current case, 'reloadProjects' is causing a TS Server error microsoft/TypeScript#30005 Fixes microsoft#68428
This still impacts the |
@sheetalkamat @RyanCavanaugh @mjbvz is this not a dupe of #36862? |
@minestarks Thank you this is dulpicate of #36862 |
From microsoft/vscode#68428
TypeScript Version: 3.4.0-dev.20190220
Search Terms:
Code
Follow instructions in microsoft/vscode#68428
Bug
After deleting the jsconfig, see this error in the server logs:
Here's the full logs: tsserver.log.zip
(note for these logs I had to create and delete the jsconfig twice. The second delete triggered the error)
The text was updated successfully, but these errors were encountered: