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

14 lines
199 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"
]
2022-05-11 15:31:02 +00:00
}