forked from VoxeLibre/VoxeLibre
23 lines
414 B
JSON
23 lines
414 B
JSON
{
|
|
"runtime.version": "LuaJIT",
|
|
"diagnostics": { "disable": ["lowercase-global"] },
|
|
"diagnostics.globals": [
|
|
"minetest",
|
|
"dump",
|
|
"dump2",
|
|
"Raycast",
|
|
"Settings",
|
|
"PseudoRandom",
|
|
"PerlinNoise",
|
|
"VoxelManip",
|
|
"SecureRandom",
|
|
"VoxelArea",
|
|
"PerlinNoiseMap",
|
|
"PcgRandom",
|
|
"ItemStack",
|
|
"AreaStore",
|
|
"vector"
|
|
],
|
|
"workspace.ignoreDir": [".luacheckrc"]
|
|
}
|