Open
Description
How are you using the lua-language-server?
Visual Studio Code Extension (sumneko.lua)
Which OS are you using?
Windows
What is the issue affecting?
Libraries
Expected Behaviour
I expected the extension to work out of the box or have a a set up guide.
Actual Behaviour
Currently on windows the addon manager throws an uncaught spawn git ENOENT
without any details. I had to go back through the logs to figure it out, that I need a local git installation.
Reproduction steps
- Install Visual Studio on a fresh windows machine
- Install the lua lls extension
- Try to open the addon manager
- Get the
spawn git ENOENT
error with the trimmed logs
Additional Notes
It would be enough to include a section in the documentation, or handle this error.
Log File
I'm including the extension log as this is a dependency issue with simple-git
The relevant line is line 322.