cc-mek-scada/.vscode/settings.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
}