Files
project-cybersyn/.vscode/settings.json
Monica Moniot 2b96692bd9 Experimental (#29)
* fixed a bug with loading items into fluid wagons

* 1.2.7

* updated readme with discord

* fixed typo in readme

* filtered all area searches

* fixed combinator failing to find station bug

* added credit to contributors

* improved copy-paste detection

* updated changelog

* added a toggle for the planner

* fixed errors

* updated readme

* sped up polling

* added slot barring

* updated gui

* fixed wagon controls

* updated todo

* removed old comment

* fixed minor bug

* removed some deprecated libs

* undid experimental change

* updated flib

* simplified handlers

* updated changelog

* added migration checks

* updated changelog

* updated readme

* updated todo

* fixed settings
2023-01-06 20:01:21 -05:00

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/fdae937c5189f993d370b36f3104188f/justarandomgeek.factoriomod-debug/sumneko-3rd/factorio/library"
],
"Lua.workspace.userThirdParty": [
"/home/mami/.config/Code/User/workspaceStorage/fdae937c5189f993d370b36f3104188f/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/fdae937c5189f993d370b36f3104188f/justarandomgeek.factoriomod-debug/sumneko-3rd/factorio/plugin.lua",
"Lua.diagnostics.disable": [
"lowercase-global"
],
"Lua.workspace.checkThirdParty": false
}