-
Notifications
You must be signed in to change notification settings - Fork 30k
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
changes of tsconfig not updates error #14524
Comments
@waderyan we do re-ask for all errors after waiting for 1.5 seconds. The problem however might be that the tsserver didn't process the file event in that time frame. To make this work nicely the tsserver either needs to sent and event when the [jt]sconfig.json changes or needs to retrigger error computation (builder work) by itself when these file change. |
@dbaeumer thank you. To confirm - microsoft/TypeScript#11229 will solve this for OP? |
yes. |
Closing as dup of microsoft/TypeScript#11229 |
Steps to Reproduce:
it would cool, if changes are loaded without restart
The text was updated successfully, but these errors were encountered: