Slow code completion with vscode and Lime

I’m working in a team on a fairly large project being converted from as3 to haxe (3.4.7). We’re using the lime extensions for vscode but it’s producing long code completion times of around 8-10 seconds in most files. Looking at the logs it seems like the language server starts and completes caching but it does nothing to reduce code completion times.

Triggering code completion leads to the log being flooded with a lot of

0, js: skipping *dot path* (*dot path of current file*)

I’m not sure what’s causing all these skips or how to fix them and would appreciate any help.