19 lines
254 B
JSON
19 lines
254 B
JSON
{
|
|
"Lua.diagnostics.globals": [
|
|
"rect",
|
|
"exit",
|
|
"spr"
|
|
],
|
|
|
|
"Lua.workspace.library": [
|
|
"./inc"
|
|
],
|
|
"Lua.runtime.path": [
|
|
"?.lua",
|
|
"?/init.lua",
|
|
"inc/?.lua"
|
|
],
|
|
"Lua.diagnostics.disable": [
|
|
"undefined-global"
|
|
]
|
|
} |