plugins.lsp.servers.lua_ls.settings.misc.executablePath
Manually specify the path for the Lua Language Server executable file.
Type: null or string or raw lua code
Default:
null
Plugin default: ""
Declared by:
plugins.lsp.servers.lua_ls.settings.misc.parameters
Command line parameters
to be passed along to the server exe
when starting through Visual Studio Code.
Type: null or (list of (string or raw lua code))
Default:
null
Plugin default: [ ]
Declared by: