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

20 lines
323 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",
"_HOST"
]
2022-05-11 15:31:02 +00:00
}