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

View File

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