LuaLS / vscode-lua

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

Addon manager is broken #116

Closed hertanion closed 1 year ago

hertanion commented 1 year ago

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

There should be buttons to turn addons on and off.

Actual Behaviour

There are no buttons to turn addons on and off.

Reproduction steps

  1. Go to 'Lua Addon Manager' image

Additional Notes

Yesterday, the buttons were shown.

Log File

No response

carsakiller commented 1 year ago

Hello 👋

Did you have a workspace open? You can only enable/disable addons in a workspace, so opening VS Code in "file only" mode could be the cause.

Otherwise, please include your log file to help debug. You can open the log file with the little page icon in the bottom right.

hertanion commented 1 year ago

No, it was launched without a workspace, launching in a workspace helped solve the problem. Thanks!