10 lines
230 B
JSON
10 lines
230 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/LuaLS/vscode-lua/master/setting/schema.json",
|
|
"runtime.version": "LuaJIT",
|
|
"diagnostics.disable": [
|
|
"undefined-global",
|
|
"redefined-local",
|
|
"lowercase-global"
|
|
]
|
|
}
|