Files
bot-quality-speed/.vscode/settings.json

27 lines
464 B
JSON

{
"cSpell.words": ["conventionalcommits", "Factorio"],
"Lua.diagnostics.globals": [
"game",
"settings",
"script",
"storage",
"prototypes",
"entity",
"defines",
"data",
"rendering",
"mods",
"log",
"util",
"table",
"serpent",
"table_size",
"commands",
"remote",
"__DebugAdapter",
"__Profiler"
],
"Lua.diagnostics.disable": ["lowercase-global"],
"Lua.runtime.version": "Lua 5.2"
}