A Visual Studio Code Exentention to help Code with the ESX Framework
DISCLAIMER: This extension is a Community made project and is not published nor endorsed by the ESX Team.
Dependency: Sumneko's Language Server
Adds linting for FiveM Natives and removes undefined Global Variable Warnings: cfxlua-vscode
Recommended Settings for Sumenko's Language Server:
"Lua.diagnostics.disable": [
"undefined-global",
"err-nonstandard-symbol",
"unknown-symbol"
]