lua-language-server
lua-language-server copied to clipboard
[Suggestion / Feature Request] Sandboxed scripts
Lua is able to run scripts in sandbox, but there is currently no way to tell that to LuaLS (that i know).
So my suggestion would be making a annotation in the beginning of the file (---@sandbox), and all global variables inside this file wouldn't be visible to others.