LuaLS / vscode-lua

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

Addon Manager throwing error when internet is not available #110

Closed lua-rocks closed 1 year ago

lua-rocks commented 1 year ago

Which OS are you using?

Linux

Expected Behaviour

I expect to work properly offline.

Actual Behaviour

Get error message:

[2023-03-09 08:51:23] |   ERROR   |         Git        | fatal: unable to access 'https://github.com/LuaLS/LLS-Addons.git/': Could not resolve host: github.com

Reproduction steps

  1. Turn off internet connection
  2. Launch VSCode
  3. Open lua file

Additional Notes

No response

Log

No response

carsakiller commented 1 year ago

This should be fixed in 3.6.17. This was perhaps a bit of an oversight 😄