Files
2025-03-23 23:27:49 +01:00

20 lines
427 B
JSON

{
"$schema": "https://raw.githubusercontent.com/LuaLS/vscode-lua/master/setting/schema.json",
"Lua.diagnostics.globals": [
"arg1",
"_",
"this",
"event",
"GetLocale",
"time",
"date",
"mod"
],
"Lua.runtime.version": "Lua 5.1",
"Lua.workspace.checkThirdParty": false,
"Lua.workspace.ignoreDir": [],
"workspace.library": [],
"diagnostics.disable": [],
"Lua.hint.enable": true
}