Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 597 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 597 Bytes

ox_types

Consolidated types for Lua Language Server to use with our FiveM 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/ox_types/types",
    "F:/GitHub/ox_lib"
  ],