mirror of
https://github.com/Xevion/research-multipliers.git
synced 2025-12-06 03:16:09 -06:00
55 lines
936 B
JSON
55 lines
936 B
JSON
{
|
|
"cSpell.ignorePaths": [
|
|
"package-lock.json",
|
|
"node_modules",
|
|
"vscode-extension",
|
|
".git/{info,lfs,logs,refs,objects}/**",
|
|
".git/{index,*refs,*HEAD}",
|
|
".vscode",
|
|
".vscode-insiders",
|
|
"~/.vscode-server/**"
|
|
],
|
|
"cSpell.words": [
|
|
"Aquilo",
|
|
"conventionalcommits",
|
|
"Factorio",
|
|
"factoriopedia",
|
|
"Fulgora",
|
|
"giga",
|
|
"localised",
|
|
"Nauvis",
|
|
"peta",
|
|
"quetta",
|
|
"releaserc",
|
|
"ronna",
|
|
"tera",
|
|
"Vulcanus",
|
|
"worktree",
|
|
"yotta",
|
|
"zetta"
|
|
],
|
|
"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"
|
|
}
|