mirror of
https://github.com/Xevion/project-cybersyn.git
synced 2025-12-14 16:12:41 -06:00
switched to linux
This commit is contained in:
6
.vscode/launch.json
vendored
6
.vscode/launch.json
vendored
@@ -8,7 +8,7 @@
|
|||||||
"type": "factoriomod",
|
"type": "factoriomod",
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
"name": "Factorio Mod Debug",
|
"name": "Factorio Mod Debug",
|
||||||
"modsPath": "C:\\Users\\mmoni\\AppData\\Roaming\\Factorio\\mods",
|
"modsPath": "~/.factorio/mods/",
|
||||||
"manageMod": true,
|
"manageMod": true,
|
||||||
"adjustMods": {
|
"adjustMods": {
|
||||||
"debugadapter": true,
|
"debugadapter": true,
|
||||||
@@ -22,7 +22,7 @@
|
|||||||
"type": "factoriomod",
|
"type": "factoriomod",
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
"name": "Factorio Mod Debug (Modded)",
|
"name": "Factorio Mod Debug (Modded)",
|
||||||
"modsPath": "C:\\Users\\mmoni\\AppData\\Roaming\\Factorio\\mods",
|
"modsPath": "~/.factorio/mods/",
|
||||||
"manageMod": true,
|
"manageMod": true,
|
||||||
"adjustMods": {
|
"adjustMods": {
|
||||||
"debugadapter": true,
|
"debugadapter": true,
|
||||||
@@ -35,6 +35,7 @@
|
|||||||
"type": "factoriomod",
|
"type": "factoriomod",
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
"name": "Factorio Mod Debug (Settings & Data)",
|
"name": "Factorio Mod Debug (Settings & Data)",
|
||||||
|
"modsPath": "~/.factorio/mods/",
|
||||||
"hookSettings": true,
|
"hookSettings": true,
|
||||||
"hookData": true,
|
"hookData": true,
|
||||||
"adjustMods": {
|
"adjustMods": {
|
||||||
@@ -48,6 +49,7 @@
|
|||||||
"type": "factoriomod",
|
"type": "factoriomod",
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
"name": "Factorio Mod Debug (Profile)",
|
"name": "Factorio Mod Debug (Profile)",
|
||||||
|
"modsPath": "~/.factorio/mods/",
|
||||||
"hookMode": "profile",
|
"hookMode": "profile",
|
||||||
"adjustMods": {
|
"adjustMods": {
|
||||||
"debugadapter": true,
|
"debugadapter": true,
|
||||||
|
|||||||
8
.vscode/settings.json
vendored
8
.vscode/settings.json
vendored
@@ -3,7 +3,7 @@
|
|||||||
"factorio.versions": [
|
"factorio.versions": [
|
||||||
{
|
{
|
||||||
"name": "Steam",
|
"name": "Steam",
|
||||||
"factorioPath": "C:\\Program Files (x86)\\Steam\\steamapps\\common\\Factorio\\bin\\x64\\factorio.exe",
|
"factorioPath": "~/.steam/steam/steamapps/common/Factorio/bin/x64/factorio",
|
||||||
"active": true
|
"active": true
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
@@ -19,8 +19,8 @@
|
|||||||
],
|
],
|
||||||
"Lua.runtime.version": "Lua 5.2",
|
"Lua.runtime.version": "Lua 5.2",
|
||||||
"Lua.workspace.library": [
|
"Lua.workspace.library": [
|
||||||
"c:\\Program Files (x86)\\Steam\\steamapps\\common\\Factorio\\data",
|
"~/.steam/steam/steamapps/common/Factorio/data",
|
||||||
"c:\\Program Files (x86)\\Steam\\steamapps\\common\\Factorio\\data\\core\\lualib",
|
"~/.steam/steam/steamapps/common/Factorio/data/core/lualib",
|
||||||
".vscode/factorio"
|
"./.vscode/factorio"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user