mirror of
https://github.com/Xevion/project-cybersyn.git
synced 2025-12-15 06:12:50 -06:00
got ltn manager to open the manager
This commit is contained in:
8
.vscode/launch.json
vendored
8
.vscode/launch.json
vendored
@@ -55,6 +55,12 @@
|
||||
"debugadapter": true,
|
||||
"flib": true,
|
||||
},
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "factoriomod",
|
||||
"request": "launch",
|
||||
"name": "Factorio Debug (Modded)",
|
||||
"modsPath": "~/.factorio/mods-debug/",
|
||||
},
|
||||
]
|
||||
}
|
||||
|
||||
5
.vscode/settings.json
vendored
5
.vscode/settings.json
vendored
@@ -18,7 +18,8 @@
|
||||
],
|
||||
"Lua.workspace.userThirdParty": [
|
||||
"/home/mami/.config/Code/User/workspaceStorage/fdae937c5189f993d370b36f3104188f/justarandomgeek.factoriomod-debug/sumneko-3rd",
|
||||
"/home/mami/.config/Code/User/workspaceStorage/95c2a8450056100ba3db30ac2a468857/justarandomgeek.factoriomod-debug/sumneko-3rd"
|
||||
"/home/mami/.config/Code/User/workspaceStorage/95c2a8450056100ba3db30ac2a468857/justarandomgeek.factoriomod-debug/sumneko-3rd",
|
||||
"/home/mami/.config/Code/User/workspaceStorage/4e7db8f77e7d31cf7af01a542e707dfb/justarandomgeek.factoriomod-debug/sumneko-3rd"
|
||||
],
|
||||
"Lua.diagnostics.globals": [
|
||||
"__DebugAdapter",
|
||||
@@ -39,5 +40,5 @@
|
||||
"Lua.diagnostics.disable": [
|
||||
"lowercase-global"
|
||||
],
|
||||
"Lua.workspace.checkThirdParty": true
|
||||
"Lua.workspace.checkThirdParty": false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user