mirror of
https://github.com/Xevion/project-cybersyn.git
synced 2025-12-06 01:15:57 -06:00
preparing for reorganization
This commit is contained in:
66
.vscode/launch.json
vendored
66
.vscode/launch.json
vendored
@@ -1,66 +0,0 @@
|
||||
{
|
||||
// Use IntelliSense to learn about possible attributes.
|
||||
// Hover to view descriptions of existing attributes.
|
||||
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"type": "factoriomod",
|
||||
"request": "launch",
|
||||
"name": "Factorio Mod Debug",
|
||||
"modsPath": "~/.factorio/mods-debug/",
|
||||
"manageMod": true,
|
||||
"adjustMods": {
|
||||
"debugadapter": true,
|
||||
"flib": true,
|
||||
"cybersyn": true,
|
||||
"EditorExtensions": true,
|
||||
},
|
||||
"disableExtraMods": true
|
||||
},
|
||||
{
|
||||
"type": "factoriomod",
|
||||
"request": "launch",
|
||||
"name": "Factorio Mod Debug (Modded)",
|
||||
"modsPath": "~/.factorio/mods-debug/",
|
||||
"manageMod": true,
|
||||
"adjustMods": {
|
||||
"debugadapter": true,
|
||||
"flib": true,
|
||||
"cybersyn": true,
|
||||
},
|
||||
"disableExtraMods": false
|
||||
},
|
||||
{
|
||||
"type": "factoriomod",
|
||||
"request": "launch",
|
||||
"name": "Factorio Mod Debug (Settings & Data)",
|
||||
"modsPath": "~/.factorio/mods-debug/",
|
||||
"hookSettings": true,
|
||||
"hookData": true,
|
||||
"adjustMods": {
|
||||
"debugadapter": true,
|
||||
"flib": true,
|
||||
"cybersyn": true,
|
||||
},
|
||||
//"disableExtraMods": true
|
||||
},
|
||||
{
|
||||
"type": "factoriomod",
|
||||
"request": "launch",
|
||||
"name": "Factorio Mod Debug (Profile)",
|
||||
"modsPath": "~/.factorio/mods-debug/",
|
||||
"hookMode": "profile",
|
||||
"adjustMods": {
|
||||
"debugadapter": true,
|
||||
"flib": true,
|
||||
},
|
||||
},
|
||||
{
|
||||
"type": "factoriomod",
|
||||
"request": "launch",
|
||||
"name": "Factorio Debug (Modded)",
|
||||
"modsPath": "~/.factorio/mods-debug/",
|
||||
},
|
||||
]
|
||||
}
|
||||
41
.vscode/settings.json
vendored
41
.vscode/settings.json
vendored
@@ -1,41 +0,0 @@
|
||||
{
|
||||
"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/4e7db8f77e7d31cf7af01a542e707dfb/justarandomgeek.factoriomod-debug/sumneko-3rd"
|
||||
],
|
||||
"Lua.workspace.userThirdParty": [
|
||||
"/home/mami/.config/Code/User/workspaceStorage/4e7db8f77e7d31cf7af01a542e707dfb/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/4e7db8f77e7d31cf7af01a542e707dfb/justarandomgeek.factoriomod-debug/sumneko-3rd/factorio/plugin.lua",
|
||||
"Lua.diagnostics.disable": [
|
||||
"lowercase-global"
|
||||
],
|
||||
"Lua.workspace.checkThirdParty": false
|
||||
}
|
||||
Reference in New Issue
Block a user