mirror of
https://github.com/Xevion/project-cybersyn.git
synced 2025-12-09 08:08:31 -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",
|
||||
"request": "launch",
|
||||
"name": "Factorio Mod Debug",
|
||||
"modsPath": "C:\\Users\\mmoni\\AppData\\Roaming\\Factorio\\mods",
|
||||
"modsPath": "~/.factorio/mods/",
|
||||
"manageMod": true,
|
||||
"adjustMods": {
|
||||
"debugadapter": true,
|
||||
@@ -22,7 +22,7 @@
|
||||
"type": "factoriomod",
|
||||
"request": "launch",
|
||||
"name": "Factorio Mod Debug (Modded)",
|
||||
"modsPath": "C:\\Users\\mmoni\\AppData\\Roaming\\Factorio\\mods",
|
||||
"modsPath": "~/.factorio/mods/",
|
||||
"manageMod": true,
|
||||
"adjustMods": {
|
||||
"debugadapter": true,
|
||||
@@ -35,6 +35,7 @@
|
||||
"type": "factoriomod",
|
||||
"request": "launch",
|
||||
"name": "Factorio Mod Debug (Settings & Data)",
|
||||
"modsPath": "~/.factorio/mods/",
|
||||
"hookSettings": true,
|
||||
"hookData": true,
|
||||
"adjustMods": {
|
||||
@@ -48,6 +49,7 @@
|
||||
"type": "factoriomod",
|
||||
"request": "launch",
|
||||
"name": "Factorio Mod Debug (Profile)",
|
||||
"modsPath": "~/.factorio/mods/",
|
||||
"hookMode": "profile",
|
||||
"adjustMods": {
|
||||
"debugadapter": true,
|
||||
|
||||
8
.vscode/settings.json
vendored
8
.vscode/settings.json
vendored
@@ -3,7 +3,7 @@
|
||||
"factorio.versions": [
|
||||
{
|
||||
"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
|
||||
}
|
||||
],
|
||||
@@ -19,8 +19,8 @@
|
||||
],
|
||||
"Lua.runtime.version": "Lua 5.2",
|
||||
"Lua.workspace.library": [
|
||||
"c:\\Program Files (x86)\\Steam\\steamapps\\common\\Factorio\\data",
|
||||
"c:\\Program Files (x86)\\Steam\\steamapps\\common\\Factorio\\data\\core\\lualib",
|
||||
".vscode/factorio"
|
||||
"~/.steam/steam/steamapps/common/Factorio/data",
|
||||
"~/.steam/steam/steamapps/common/Factorio/data/core/lualib",
|
||||
"./.vscode/factorio"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user