2.3.9 • Published 6 months ago

tfm-lua-types v2.3.9

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

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"
    ]
}
2.3.9

6 months ago

2.3.8

2 years ago

2.3.5

2 years ago

2.3.2

2 years ago

2.3.1

2 years ago

2.3.4

2 years ago

2.3.3

2 years ago

2.3.0

2 years ago

2.2.1

3 years ago

2.2.0

3 years ago

2.2.2

3 years ago

2.1.0-rc.1

3 years ago

2.1.0-rc.0

3 years ago

2.1.0-dev.0

3 years ago