Consolidated types for Lua Language Server to use with Renewed Scripts resources.
- 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",
],
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.