/vscode-typedlua

Visual Studio Code extension for Typed Lua

Primary LanguageTypeScriptOtherNOASSERTION

Typed Lua Visual Studio Code Extension

This extension provides Typed Lua support for Visual Studio Code.

Building

You will need:

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.