Julia extension in VS Code under Windows

Hi. I’m using Julia in VS Code under Windows.
I have installed the Julia extension for VS Code, but autocomplete won’t work properly. It only suggests some words from the same file and not any variables. Also the Latex formatted isn’t working.
What can I do to fix this?

I solved the issue by installing an old version of Julia insider (1.0.9). I think the problem was that for some reason Julia language server was not “turning on.” Usually, when I open VScode, it says at the bottom - “Starting Julia Language Server.” Now it doesn’t do it with the normal Julia extension.
With the insider version, it tries to start the language server but the most recent version 1.0.10 takes forever. Julia insider 1.0.9 is still slow but gets there at some point.