mirror of
https://github.com/Xevion/bot-quality-speed.git
synced 2025-12-15 22:11:08 -06:00
27 lines
464 B
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"
|
|
}
|