You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It doesn’t get checked for errors, and can’t see globals declared in other JS files in the project. TS Server log shows the file added to a new inferred project instead of the configured project. After restarting TS Server, the file is in the configured project as expected.
🙂 Expected behavior
The file gets added to the configured project.
The text was updated successfully, but these errors were encountered:
Bug Report
🔎 Search Terms
js inferred project restart server
🕗 Version & Regression Information
Tested on 4.3.0-dev.20210316
💻 Code
tsconfig.json:
Open project, then add a new JS file.
🙁 Actual behavior
It doesn’t get checked for errors, and can’t see globals declared in other JS files in the project. TS Server log shows the file added to a new inferred project instead of the configured project. After restarting TS Server, the file is in the configured project as expected.
🙂 Expected behavior
The file gets added to the configured project.
The text was updated successfully, but these errors were encountered: