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

24 lines
409 B
JSON
Raw Normal View History

{
"Lua.diagnostics.globals": [
"term",
"fs",
"peripheral",
"rs",
2022-05-10 16:01:56 +00:00
"bit",
"parallel",
"colors",
2022-05-11 15:31:02 +00:00
"textutils",
"shell",
"settings",
"window",
"read",
"periphemu",
2022-11-13 20:56:27 +00:00
"mekanismEnergyHelper",
2023-02-19 17:54:02 +00:00
"_HOST",
"http"
],
"Lua.diagnostics.disable": [
"duplicate-set-field"
]
2022-05-11 15:31:02 +00:00
}