.vscode settings

This commit is contained in:
2024-12-11 19:17:27 -06:00
parent b79ca286e3
commit c4643b1240
2 changed files with 43 additions and 0 deletions

3
.vscode/extensions.json vendored Normal file
View File

@@ -0,0 +1,3 @@
{
"recommendations": ["justarandomgeek.factoriomod-debug", "sumneko.lua"]
}

40
.vscode/settings.json vendored Normal file
View File

@@ -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"
}