Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 770 Bytes

File metadata and controls

20 lines (15 loc) · 770 Bytes

Renewed-Types

Consolidated types for Lua Language Server to use with Renewed Scripts resources.

Usage (VS Code)

  • Install cfxlua-vscode.
  • Clone this repository.
  • Open your settings (for the user, workspace, or folder).
    • You can also use a ".luarc.json" file.
  • Create a new entry in "Lua.workspace.library", pointing to the new directory (or specific directories).
"Lua.workspace.library": [
    "F:/GitHub/Renewed-Types/types",
  ],

Credits

Shoutout to overextended for the idea of having a seperate repo for type annotations, and also for the the readme that I did a 0resmondev with and copy paste snatched.