mirror of
https://github.com/MikaylaFischler/cc-mek-scada.git
synced 2024-08-30 18:22:34 +00:00
31 lines
627 B
JSON
31 lines
627 B
JSON
{
|
|
"Lua.diagnostics.globals": [
|
|
"_HOST",
|
|
"bit",
|
|
"colors",
|
|
"fs",
|
|
"http",
|
|
"parallel",
|
|
"periphemu",
|
|
"peripheral",
|
|
"read",
|
|
"rs",
|
|
"settings",
|
|
"shell",
|
|
"term",
|
|
"textutils",
|
|
"window"
|
|
],
|
|
"Lua.diagnostics.severity": {
|
|
"unused-local": "Information",
|
|
"unused-vararg": "Information",
|
|
"unused-function": "Warning",
|
|
"unused-label": "Information"
|
|
},
|
|
"Lua.hint.setType": true,
|
|
"Lua.diagnostics.disable": [
|
|
"duplicate-set-field",
|
|
"inject-field"
|
|
]
|
|
}
|