diff --git a/.vscode/extensions.json b/.vscode/extensions.json new file mode 100644 index 0000000..a83b178 --- /dev/null +++ b/.vscode/extensions.json @@ -0,0 +1,3 @@ +{ + "recommendations": ["justarandomgeek.factoriomod-debug", "sumneko.lua"] +} diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..b9b68cd --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,40 @@ +{ + "cSpell.words": [ + "conventionalcommits", + "Factorio", + "factoriopedia", + "giga", + "localised", + "peta", + "quetta", + "releaserc", + "ronna", + "tera", + "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" +}