Is there a wiki or page that explains how to install the Lua extension in VS Code and then run the Lua code from within VS Code.
I've installed Lua, VSCode and this extension in VS Code: https://marketplace.visualstudio.com/items?itemName=sumneko.lua&ssr=false#overview
I've configured the Lua.library.workspace to point to the external libraries root folder
What I'm not seeing:
- When I open a LUA file, it doesn't seem to auto complete or reference any of the classes/functions from the external library
- How do I run the LUA code from within VS Code? There seems to be a reference to this link, but it's not exactly clear what needs to be done and how to get it running through Windows: https://github.com/sumneko/lua-language-server/wiki/Build-and-Run-%28In-VSCode%29
Is there a wiki or page that explains how to install the Lua extension in VS Code and then run the Lua code from within VS Code.
I've installed Lua, VSCode and this extension in VS Code: https://marketplace.visualstudio.com/items?itemName=sumneko.lua&ssr=false#overview
I've configured the Lua.library.workspace to point to the external libraries root folder
What I'm not seeing: