LuaLS / vscode-lua

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

fix: start language server with addon manager #121

Closed carsakiller closed 1 year ago

carsakiller commented 1 year ago

This fixes an issue where the addon manager is opened before a .lua file. This resulted in the language server not being started yet and the addon manager could not request the language server to apply configuration modifications.

Closes #119