Files
d4rk_divegear/.vscode/settings.json
T

12 lines
236 B
JSON

{
"Lua.runtime.nonstandardSymbol": ["/**/", "`", "+=", "-=", "*=", "/="],
"Lua.runtime.version": "Lua 5.4",
"Lua.diagnostics.globals": [
"lib",
"cache",
"QBX",
"locale",
"qbx"
]
}