mirror of
https://github.com/MikaylaFischler/cc-mek-scada.git
synced 2024-08-30 18:22:34 +00:00
27 lines
537 B
JSON
27 lines
537 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": "Information",
|
|
"unused-label": "Information"
|
|
},
|
|
"Lua.hint.setType": true
|
|
}
|