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
The interesting case here is the tsconfig.json which defines the project scope. Reloading the project in this case is an 'overkill' since all that needs to be done is to add/remove files to/from the project. IMO the tsserver should either handle that case correctly or should give up on file watching and rely on the editor to provide the file events.
The text was updated successfully, but these errors were encountered: