LuaLS / vscode-lua

Release lua-language-server for VSCode
https://github.com/LuaLS/lua-language-server
MIT License
182 stars 52 forks source link

Error on VSCode reload #100

Closed krry closed 1 year ago

krry commented 1 year ago

Which OS are you using?

Windows

Expected Behaviour

Saw an error from this extension when I reloaded VSCode

Actual Behaviour

...

I also see the following error:

[2023-03-06 14:29:36] |   ERROR   |         Git        | fatal: not a git repository (or any of the parent directories): .git

Reproduction steps

  1. Go to '...'
  2. Click '...'
  3. See error '...'

Additional Notes

No response

Log

STARTUP

[2023-03-06 14:29:35] | DEBUG | Filesystem | Created directory at "/Users/kerry/Library/Application Support/Code/User/globalStorage/sumneko.lua/addonManager" [2023-03-06 14:29:36] | ERROR | Git | Failed to checkout repo! [2023-03-06 14:29:36] | ERROR | Git | fatal: not a git repository (or any of the parent directories): .git

carsakiller commented 1 year ago

Can you please share what is at /Users/kerry/Library/Application Support/Code/User/globalStorage/sumneko.lua/addonManager? I have seen this issue on UNIX machines due to pathing issues, but not on Windows.

carsakiller commented 1 year ago

Closing stale issue