mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2025-12-27 11:05:22 +09:00
.
This commit is contained in:
32
.vscode/settings.json
vendored
Normal file
32
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"factorio.versions": [
|
||||
{
|
||||
"name": "Steam",
|
||||
"factorioPath": "C:\\Program Files (x86)\\Steam\\steamapps\\common\\Factorio\\bin\\x64\\factorio.exe",
|
||||
"active": true
|
||||
}
|
||||
],
|
||||
"Lua.workspace.library": [
|
||||
"c:\\Program Files (x86)\\Steam\\steamapps\\common\\Factorio\\data",
|
||||
"c:/Users/admin/AppData/Roaming/Code/User/workspaceStorage/dc51ebede133ecdead910d8af67219c2/justarandomgeek.factoriomod-debug/sumneko-3rd/factorio/library"
|
||||
],
|
||||
"Lua.workspace.userThirdParty": [
|
||||
"c:\\Users\\admin\\AppData\\Roaming\\Code\\User\\workspaceStorage\\dc51ebede133ecdead910d8af67219c2\\justarandomgeek.factoriomod-debug\\sumneko-3rd"
|
||||
],
|
||||
"Lua.runtime.builtin": {
|
||||
"io": "disable",
|
||||
"os": "disable",
|
||||
"math": "disable",
|
||||
"debug": "disable",
|
||||
"coroutine": "disable",
|
||||
"package": "disable"
|
||||
},
|
||||
"Lua.runtime.version": "Lua 5.2",
|
||||
"Lua.diagnostics.globals": [
|
||||
"__Profiler"
|
||||
],
|
||||
"Lua.runtime.special": {
|
||||
"__object_name": "type"
|
||||
},
|
||||
"Lua.runtime.plugin": "c:/Users/admin/AppData/Roaming/Code/User/workspaceStorage/dc51ebede133ecdead910d8af67219c2/justarandomgeek.factoriomod-debug/sumneko-3rd/factorio/plugin.lua"
|
||||
}
|
||||
Reference in New Issue
Block a user