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
By changing `LanguageClient_runSync_outputs` from being source local to
being function local we guarantee that if the function is called from
multiple threads the function will still work.
This also documents that this variable *is* function local and should
not be referenced outside this function.
0 commit comments