From 69bf3cac33b28cd0fc3e0198cedf39f53a4b2c54 Mon Sep 17 00:00:00 2001 From: Wyrrrd Date: Thu, 21 Dec 2023 10:37:42 +0100 Subject: [PATCH] Add vscode to gitignore --- .gitignore | 1 + .vscode/launch.json | 6 +++--- .vscode/settings.json | 2 +- README.md | 2 +- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index c4c4ffc..663505a 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ *.zip +.vscode/* diff --git a/.vscode/launch.json b/.vscode/launch.json index fdffc29..78309a0 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -8,13 +8,13 @@ "type": "factoriomod", "request": "launch", "name": "Factorio Mod Debug", - "factorioPath": "D:/Modding/Factorio/bin/x64/factorio.exe" + "factorioVersion": "D:/Modding/Factorio/bin/x64/factorio.exe" }, { "type": "factoriomod", "request": "launch", "name": "Factorio Mod Debug (Settings & Data)", - "factorioPath": "D:/Modding/Factorio/bin/x64/factorio.exe", + "factorioPath": "D:/Factorio/latest/bin/x64/factorio.exe", "hookSettings": true, "hookData": true }, @@ -22,7 +22,7 @@ "type": "factoriomod", "request": "launch", "name": "Factorio Mod Debug (Profile)", - "factorioPath": "D:/Modding/Factorio/bin/x64/factorio.exe", + "factorioPath": "D:/Factorio/latest/bin/x64/factorio.exe", "hookMode": "profile" } ] diff --git a/.vscode/settings.json b/.vscode/settings.json index 1505ae5..9114320 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,7 +1,7 @@ { "factorio.versions": [ { - "name": "Factorio", + "name": "Main", "factorioPath": "d:\\Modding\\Factorio\\bin\\x64\\factorio.exe", "active": true } diff --git a/README.md b/README.md index 30e70b5..0201c9e 100644 --- a/README.md +++ b/README.md @@ -11,4 +11,4 @@ So if your modded rail costs 1x stone, 1x steel and 1x turret (don't ask why), w ### Credits Thanks to [kapaer](https://mods.factorio.com/user/kapaer) for the [mod](https://mods.factorio.com/mod/beautiful_bridge_railway) this depends on. -Thanks to [Eldrinn-Elantey](https://github.com/Eldrinn-Elantey) for the Russian translation. \ No newline at end of file +Thanks to [Eldrinn-Elantey](https://github.com/Eldrinn-Elantey) for the Russian translation.7 \ No newline at end of file