An open API service indexing awesome lists of open source software.

https://github.com/overextended/ox_types


https://github.com/overextended/ox_types

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# ox_types

Consolidated types for [Lua Language Server](https://github.com/LuaLS/lua-language-server) to use with our FiveM resources.

## Usage (VS Code)

- Install [cfxlua-vscode](https://marketplace.visualstudio.com/items?itemName=overextended.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).

```json
"Lua.workspace.library": [
"F:/GitHub/ox_types/types",
"F:/GitHub/ox_lib"
],
```