switched to linux

This commit is contained in:
mamoniot
2022-12-12 08:24:34 -05:00
parent 582dab8a17
commit f76c01614e
2 changed files with 8 additions and 6 deletions

6
.vscode/launch.json vendored
View File

@@ -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,

View File

@@ -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"
] ]
} }