mirror of
https://github.com/Xevion/project-cybersyn.git
synced 2025-12-15 02:12:46 -06:00
fixed gui
This commit is contained in:
10
.vscode/launch.json
vendored
10
.vscode/launch.json
vendored
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user