How are you using the lua-language-server?
Command Line
Which OS are you using?
Windows
What is the issue affecting?
Completion
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?