Files
project-cybersyn/.vscode/settings.json
2022-12-12 08:24:34 -05:00

27 lines
686 B
JSON

{
"factorio.package.autoCommitAuthor": "Mami",
"factorio.versions": [
{
"name": "Steam",
"factorioPath": "~/.steam/steam/steamapps/common/Factorio/bin/x64/factorio",
"active": true
}
],
"Lua.diagnostics.globals": [
"mods",
"table_size",
"log",
"localised_print",
"serpent",
"global",
"__DebugAdapter",
"__Profiler"
],
"Lua.runtime.version": "Lua 5.2",
"Lua.workspace.library": [
"~/.steam/steam/steamapps/common/Factorio/data",
"~/.steam/steam/steamapps/common/Factorio/data/core/lualib",
"./.vscode/factorio"
]
}