diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index c40e5ee..0000000 --- a/.vscode/launch.json +++ /dev/null @@ -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/", - }, - ] -} diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index d678b89..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -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 -}