27 lines
622 B
JSON
27 lines
622 B
JSON
{
|
|
"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,
|
|
"Lua.workspace.ignoreDir": [
|
|
".vscode",
|
|
"dev_stuff",
|
|
"workshop_files"
|
|
],
|
|
"Lua.diagnostics.globals": [
|
|
"FHSwapHandsAction",
|
|
"timer"
|
|
]
|
|
} |