mirror of
https://github.com/Xevion/project-cybersyn.git
synced 2025-12-15 12:12:51 -06:00
42 lines
1.3 KiB
JSON
42 lines
1.3 KiB
JSON
{
|
|
"factorio.package.autoCommitAuthor": "Mami",
|
|
"factorio.versions": [
|
|
{
|
|
"name": "steam",
|
|
"factorioPath": "/home/mami/.steam/steam/steamapps/common/Factorio/bin/x64/factorio",
|
|
"active": true
|
|
}
|
|
],
|
|
"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",
|
|
"./.vscode/flib",
|
|
"/home/mami/.config/Code/User/workspaceStorage/4e7db8f77e7d31cf7af01a542e707dfb/justarandomgeek.factoriomod-debug/sumneko-3rd"
|
|
],
|
|
"Lua.workspace.userThirdParty": [
|
|
"/home/mami/.config/Code/User/workspaceStorage/4e7db8f77e7d31cf7af01a542e707dfb/justarandomgeek.factoriomod-debug/sumneko-3rd"
|
|
],
|
|
"Lua.diagnostics.globals": [
|
|
"__DebugAdapter",
|
|
"__Profiler"
|
|
],
|
|
"Lua.runtime.builtin": {
|
|
"io": "disable",
|
|
"os": "disable",
|
|
"math": "disable",
|
|
"debug": "disable",
|
|
"coroutine": "disable",
|
|
"package": "disable"
|
|
},
|
|
"Lua.runtime.special": {
|
|
"__object_name": "type"
|
|
},
|
|
"Lua.runtime.plugin": "/home/mami/.config/Code/User/workspaceStorage/4e7db8f77e7d31cf7af01a542e707dfb/justarandomgeek.factoriomod-debug/sumneko-3rd/factorio/plugin.lua",
|
|
"Lua.diagnostics.disable": [
|
|
"lowercase-global"
|
|
],
|
|
"Lua.workspace.checkThirdParty": false
|
|
}
|