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
Catch failure to open script when language service is disabled (#699)
This commit supresses diagnostic events sent by a project service
regarding changes to a project. Today, not supressing such events
can cause a type error to be thrown when the language server session
begins handling events for a file that is outside the project managed by
the project service, and for which a program does not exist in the
corresponding project's language service.
This commit also wraps blocks that terminate in setting a notification
status to always complete their notification.
Closes#693Closes#696
0 commit comments