-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.luarc.json
More file actions
23 lines (23 loc) · 843 Bytes
/
.luarc.json
File metadata and controls
23 lines (23 loc) · 843 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"Lua.workspace.library": ["../turing-factorio-src/flib_0.12.6",
"c:/Users/nlaha/AppData/Roaming/Code/User/workspaceStorage/284a07d45a7cf0696c5c6569b9fff38d/justarandomgeek.factoriomod-debug/sumneko-3rd/factorio/library"],
"Lua.runtime.version": "Lua 5.2",
"runtime.builtin": {
"coroutine": "disable",
"debug": "disable",
"io": "disable",
"math": "disable",
"os": "disable",
"package": "disable"
},
"diagnostics.globals": [
"__DebugAdapter",
"__Profiler",
"create_gui",
"destroy_gui"
],
"runtime.special": {
"__object_name": "type"
},
"runtime.plugin": "c:/Users/nlaha/AppData/Roaming/Code/User/workspaceStorage/284a07d45a7cf0696c5c6569b9fff38d/justarandomgeek.factoriomod-debug/sumneko-3rd/factorio/plugin.lua"
}