cc-mek-scada/.vscode/settings.json

32 lines
643 B
JSON
Raw Normal View History

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