Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 863 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 863 Bytes

ESX VSCode Extension

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"
]

Acknowledgements