vscode-lua
vscode-lua copied to clipboard
Question: Custom LUA_PATH
is it possible to use custom LUA_PATH?
Can you please elaborate a little on why this is needed?
for example when you use luarocks which has it's own LUA_PATH due to variants in each dependency installed, or when you use docker to keep your host machine clean but still want the code completion or other IDE features to be enabled.
I suppose this would make sense if the ext was parsing the require() statements for knowing where to search, but right now we're only parsing individual files so I don't think its applicable at this time.