Advertisement
JackMacWindows

VS Code settings for ComputerCraft

Jul 18th, 2021
3,075
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.83 KB | None | 0 0
  1.     "Lua.runtime.version": "Lua 5.2",
  2.     "Lua.diagnostics.globals": [
  3.         "bit",
  4.         "colors",
  5.         "colours",
  6.         "commands",
  7.         "disk",
  8.         "fs",
  9.         "gps",
  10.         "help",
  11.         "http",
  12.         "keys",
  13.         "multishell",
  14.         "paintutils",
  15.         "parallel",
  16.         "peripheral",
  17.         "pocket",
  18.         "rednet",
  19.         "redstone",
  20.         "rs",
  21.         "settings",
  22.         "shell",
  23.         "term",
  24.         "textutils",
  25.         "turtle",
  26.         "vector",
  27.         "window",
  28.         "_CC_DEFAULT_SETTINGS",
  29.         "_HOST",
  30.         "printError",
  31.         "write",
  32.         "read",
  33.         "sleep"
  34.     ],
  35.     "Lua.runtime.builtin": {
  36.         "bit32": "enable",
  37.         "bit": "disable",
  38.         "utf8": "enable"
  39.     },
  40.     "Lua.diagnostics.disable": [
  41.         "undefined-field",
  42.         "deprecated"
  43.     ],
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement