From 48eb260fbb013822ec2069b9214d0e3608db270c Mon Sep 17 00:00:00 2001 From: Buduf Date: Thu, 30 Jun 2022 11:04:49 +0200 Subject: [PATCH] vscode setttings --- .vscode/settings.json | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..d9b42e6 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,42 @@ +{ + "Lua.diagnostics.severity": { + "redefined-local": "Warning" + }, + "Lua.diagnostics.globals": [ + "printError", + "sleep", + "read", + "write", + "print", + "colony", + "colours", + "colors", + "commands", + "disk", + "fs", + "gps", + "help", + "http", + "paintutils", + "parallel", + "peripheral", + "rednet", + "redstone", + "keys", + "settings", + "shell", + "multishell", + "term", + "textutils", + "turtle", + "pocket", + "vector", + "bit32", + "window", + "_CC_DEFAULT_SETTINGS", + "_HOST", + "_VERSION", + "_" + ], + "Lua.runtime.version": "Lua 5.1", +} \ No newline at end of file