46 lines
No EOL
884 B
JSON
46 lines
No EOL
884 B
JSON
{
|
|
"Lua.diagnostics.disable": [
|
|
"unused-local",
|
|
"lowercase-global",
|
|
"unused-function"
|
|
],
|
|
"Lua.diagnostics.severity": {
|
|
"redefined-local": "Warning"
|
|
},
|
|
"Lua.diagnostics.globals": [
|
|
"printError",
|
|
"sleep",
|
|
"read",
|
|
"write",
|
|
"print",
|
|
"colours",
|
|
"colors",
|
|
"commands",
|
|
"disk",
|
|
"fs",
|
|
"gps",
|
|
"help",
|
|
"http",
|
|
"paintutils",
|
|
"parallel",
|
|
"peripheral",
|
|
"rednet",
|
|
"redstone",
|
|
"keys",
|
|
"settings",
|
|
"shell",
|
|
"multishell",
|
|
"term",
|
|
"textutils",
|
|
"turtle",
|
|
"pocket",
|
|
"vector",
|
|
"bit32",
|
|
"window",
|
|
"_CC_DEFAULT_SETTINGS",
|
|
"_HOST",
|
|
"_VERSION",
|
|
"_"
|
|
],
|
|
"Lua.runtime.version": "Lua 5.1",
|
|
} |