Files
nova-corp/.vscode/settings.json
2025-12-10 20:03:56 -05:00

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"
]
}