mirror of
https://github.com/Xevion/research-multipliers.git
synced 2025-12-09 22:08:14 -06:00
.vscode settings
This commit is contained in:
3
.vscode/extensions.json
vendored
Normal file
3
.vscode/extensions.json
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"recommendations": ["justarandomgeek.factoriomod-debug", "sumneko.lua"]
|
||||
}
|
||||
40
.vscode/settings.json
vendored
Normal file
40
.vscode/settings.json
vendored
Normal 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"
|
||||
}
|
||||
Reference in New Issue
Block a user