This extension provides Typed Lua support for Visual Studio Code.
You will need:
- The Typed Lua Language Server, make sure
lua-lsp
is in your$PATH
or adjust thepackage.json
. - Node.js and npm
- Visual Studio Code
to build and launch the extension with:
$ npm install
$ code .
Once Visual Studio Code starts, press <F5>
to run a new instance with the extension.
Open a *.lua
file to activate the extension.