mirror of
https://github.com/Xevion/project-cybersyn.git
synced 2025-12-15 14:12:45 -06:00
56 lines
1.7 KiB
JSON
56 lines
1.7 KiB
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/sumneko/vscode-lua/master/setting/schema.json",
|
|
"Lua.diagnostics.disable": [
|
|
"lowercase-global"
|
|
],
|
|
"Lua.diagnostics.globals": [
|
|
"mods",
|
|
"table_size",
|
|
"log",
|
|
"localised_print",
|
|
"serpent",
|
|
"global",
|
|
"__DebugAdapter",
|
|
"__Profiler",
|
|
"create_inactivity_order"
|
|
],
|
|
"Lua.runtime.builtin": {
|
|
"coroutine": "disable",
|
|
"debug": "disable",
|
|
"io": "disable",
|
|
"math": "disable",
|
|
"os": "disable",
|
|
"package": "disable"
|
|
},
|
|
"Lua.runtime.plugin": "/home/mami/.config/Code/User/workspaceStorage/9536dbf0665a54126a4b0958ecd5829f/justarandomgeek.factoriomod-debug/sumneko-3rd/factorio/plugin.lua",
|
|
"Lua.runtime.special": {
|
|
"__object_name": "type"
|
|
},
|
|
"Lua.workspace.library": [
|
|
"~/.steam/steam/steamapps/common/Factorio/data",
|
|
"~/.steam/steam/steamapps/common/Factorio/data/core/lualib",
|
|
"./.vscode/factorio",
|
|
"/home/mami/.config/Code/User/workspaceStorage/9536dbf0665a54126a4b0958ecd5829f/justarandomgeek.factoriomod-debug/sumneko-3rd/factorio/library"
|
|
],
|
|
"runtime": {
|
|
"plugin": "C:\\Users\\mmoni\\files\\data\\projects\\factorio\\cybersyn\\.vscode\\lua\\plugin.lua",
|
|
"pluginArgs": [
|
|
"--global-as-class",
|
|
"--mode=mods",
|
|
"--mod_name=ltndless"
|
|
]
|
|
},
|
|
"runtime.path": [
|
|
"?.lua",
|
|
"?/init.lua",
|
|
"src/?.lua",
|
|
"src/scripts/?.lua",
|
|
"src/?/init.lua",
|
|
"src/scripts/?/init.lua"
|
|
],
|
|
"runtime.pathStrict": false,
|
|
"workspace": {
|
|
"useGitIgnore": false
|
|
},
|
|
"workspace.ignoreSubmodules": false
|
|
} |