2022-05-10 15:41:49 +00:00
|
|
|
{
|
|
|
|
"Lua.diagnostics.globals": [
|
2023-04-17 19:40:30 +00:00
|
|
|
"_HOST",
|
|
|
|
"bit",
|
|
|
|
"colors",
|
2022-05-10 15:41:49 +00:00
|
|
|
"fs",
|
2023-04-17 19:40:30 +00:00
|
|
|
"http",
|
2023-09-17 01:06:16 +00:00
|
|
|
"keys",
|
2023-04-17 19:40:30 +00:00
|
|
|
"parallel",
|
|
|
|
"periphemu",
|
2022-05-10 15:41:49 +00:00
|
|
|
"peripheral",
|
2023-04-17 19:40:30 +00:00
|
|
|
"read",
|
2022-05-10 15:41:49 +00:00
|
|
|
"rs",
|
2022-05-29 18:34:09 +00:00
|
|
|
"settings",
|
2023-04-17 19:40:30 +00:00
|
|
|
"shell",
|
|
|
|
"term",
|
|
|
|
"textutils",
|
|
|
|
"window"
|
2023-02-05 17:15:41 +00:00
|
|
|
],
|
2023-04-17 19:40:30 +00:00
|
|
|
"Lua.diagnostics.severity": {
|
|
|
|
"unused-local": "Information",
|
|
|
|
"unused-vararg": "Information",
|
2023-04-20 01:26:54 +00:00
|
|
|
"unused-function": "Warning",
|
2023-04-17 19:40:30 +00:00
|
|
|
"unused-label": "Information"
|
|
|
|
},
|
2023-04-18 17:46:00 +00:00
|
|
|
"Lua.hint.setType": true,
|
|
|
|
"Lua.diagnostics.disable": [
|
2023-08-30 23:30:46 +00:00
|
|
|
"duplicate-set-field",
|
|
|
|
"inject-field"
|
2023-04-18 17:46:00 +00:00
|
|
|
]
|
2022-05-11 15:31:02 +00:00
|
|
|
}
|