18 lines
402 B
JSON
18 lines
402 B
JSON
{
|
|
"Lua.diagnostics.globals": [
|
|
"shell"
|
|
],
|
|
"Lua.workspace.library": [
|
|
"${addons}/cc-tweaked/module/library"
|
|
],
|
|
"Lua.runtime.version": "Lua 5.3",
|
|
"Lua.runtime.builtin": {
|
|
"io": "disable",
|
|
"os": "disable"
|
|
},
|
|
"Lua.workspace.checkThirdParty": false,
|
|
"Lua.diagnostics.disable": [
|
|
"lowercase-global",
|
|
"need-check-nil"
|
|
]
|
|
} |