preparing for reorganization

This commit is contained in:
mamoniot
2023-03-27 10:11:30 -04:00
parent 3676bbee76
commit e2b26ef9e5
2 changed files with 0 additions and 107 deletions

66
.vscode/launch.json vendored
View File

@@ -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
View File

@@ -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
}