[V2 solver] Type inference takes too long on Luau-lsp

I write code in Visual Studio Code because yes. Now, I’m pretty tempted to try out the new solver, which Luau-lsp supports, but there’s just an issue.

Whenever the server starts, an initial type inference process is done. Usually depending on your workspace’s size, it takes less than 30 seconds. However - mine takes a whopping 40+ minutes and I fail to understand why. In Studio it also takes quite long, around 2 minutes though.

And it’s annoying - Every time I add a file or delete one I have to wait an eternity. And even with that, I still get hit with the amazing Type inference failed to complete, you may see confusing type errors line quite often.

I don’t know if this is because of a file? Cyclic dependency? I don’t know anymore.

As to my workspace’s size, it’s around 70+ files. If anyone knows anything, it’d be nice. Thanks.