tfm-lua-types
TypeScript icon, indicating that this package has built-in type declarations

2.3.8 • Public • Published

tfm-lua-types

Lua Language Server environment definition for Transformice.

Install for your workspace

npm install --save-dev tfm-lua-types

Set your VSCode workspace settings to register our third party library.

{
    "Lua.workspace.userThirdParty": [
        "./node_modules/tfm-lua-types"
    ]
}

Finally, you should be asked to load the Transformice environment after writing your code.

image

Alternatively, you may directly load the types as a workspace library, rather than a third party library.

{
    "Lua.workspace.library": [
+       "./node_modules/tfm-lua-types/luaLib"
    ]
}

Without NPM

You can choose to install this library using Git submodules or any inclusion methods of your choice instead. However, path to the userThirdParty has to be updated accordingly.

git submodule add https://github.com/MouseTool/tfm-types.git
{
    "Lua.workspace.userThirdParty": [
        "./tfm-types/packages/lua-types"
    ]
}

Readme

Keywords

none

Package Sidebar

Install

npm i tfm-lua-types

Weekly Downloads

2

Version

2.3.8

License

MIT

Unpacked Size

51.5 kB

Total Files

11

Last publish

Collaborators

  • cassolette