Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 539 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 539 Bytes

Typings of promise-async only

Development library for the completion and documentation of promise-async.

Installation

lua-language-server

Append this directory path to Lua.workspace.library field in configuration file.

Use .luarc.json as an example:

{
    "$schema": "https://raw.githubusercontent.com/sumneko/vscode-lua/master/setting/schema.json",
    "workspace.library": ["your_path/typings"]
}

Credits

lua-language-server/wiki/Setting