fixed gui

This commit is contained in:
monica
2023-01-07 19:49:41 -05:00
committed by Monica Moniot
parent 1fc464055e
commit c3bcb5efbe
3 changed files with 12 additions and 30 deletions

10
.vscode/launch.json vendored
View File

@@ -8,13 +8,13 @@
"type": "factoriomod",
"request": "launch",
"name": "Factorio Mod Debug",
"modsPath": "~/.factorio/mods/",
"modsPath": "~/.factorio/mods-debug/",
"manageMod": true,
"adjustMods": {
"debugadapter": true,
"flib": true,
"cybersyn": true,
"creative-mod": true,
"EditorExtensions": true,
},
"disableExtraMods": true
},
@@ -22,7 +22,7 @@
"type": "factoriomod",
"request": "launch",
"name": "Factorio Mod Debug (Modded)",
"modsPath": "~/.factorio/mods/",
"modsPath": "~/.factorio/mods-debug/",
"manageMod": true,
"adjustMods": {
"debugadapter": true,
@@ -35,7 +35,7 @@
"type": "factoriomod",
"request": "launch",
"name": "Factorio Mod Debug (Settings & Data)",
"modsPath": "~/.factorio/mods/",
"modsPath": "~/.factorio/mods-debug/",
"hookSettings": true,
"hookData": true,
"adjustMods": {
@@ -49,7 +49,7 @@
"type": "factoriomod",
"request": "launch",
"name": "Factorio Mod Debug (Profile)",
"modsPath": "~/.factorio/mods/",
"modsPath": "~/.factorio/mods-debug/",
"hookMode": "profile",
"adjustMods": {
"debugadapter": true,