27 lines
626 B
JSON
27 lines
626 B
JSON
{
|
|
"Lua.diagnostics.globals": [
|
|
"ModOptions",
|
|
"zombie",
|
|
"_",
|
|
],
|
|
"Lua.format.defaultConfig": {
|
|
"indent_style": "space",
|
|
"indent_size": "2"
|
|
},
|
|
"Lua.workspace.library": [
|
|
"${addons}/umbrella-unstable/module/library"
|
|
],
|
|
"Lua.runtime.version": "Lua 5.1",
|
|
"Lua.runtime.path": [
|
|
"?.lua",
|
|
"?/init.lua",
|
|
"server/?.lua"
|
|
],
|
|
"Lua.completion.requireSeparator": "/",
|
|
"Lua.runtime.builtin": {
|
|
"debug": "disable",
|
|
"io": "disable",
|
|
"package": "disable"
|
|
},
|
|
"Lua.workspace.checkThirdParty": false
|
|
} |