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
If I add a five second delay in my program after calling textDocument\didOpen, a following autocompletion call works as expected. If I do not have this delay, the autocompletion call returns NULL.
Since there is no response from the didOpen call, how do I know when the file is finished being processed?