mirror of
https://github.com/Xevion/research-multipliers.git
synced 2026-01-30 22:25:26 -06:00
.vscode settings
This commit is contained in:
Vendored
+3
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"recommendations": ["justarandomgeek.factoriomod-debug", "sumneko.lua"]
|
||||
}
|
||||
Vendored
+40
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user