You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Hello,
No, I don't remember to see any error messages like that when I started up the addon manager. The addon just crashed with the ENOENT, and the addon session log only contained a single line saying that logging is started. There was a log file by simple git that stated that it cannot find the exe file though.
Is it possible that's happening because I installed a different git already? (Github desktop)
I'll tell more accurate information when I'm back home in a few hours.
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
spawn git ENOENT
error with the trimmed logsAdditional 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
exthost.log
The relevant line is line 322.
The text was updated successfully, but these errors were encountered: