1
0
cc-resource-monitor/.luarc.json
2023-05-11 21:53:52 +03:00

14 lines
319 B
JSON

{
"$schema": "https://raw.githubusercontent.com/sumneko/vscode-lua/master/setting/schema.json",
"Lua.runtime.version": "Lua 5.1",
"Lua.diagnostics.disable": [
"undefined-field"
],
"Lua.diagnostics.globals": [
"peripheral",
"term",
"rednet",
"textutils"
]
}