Add vscode to gitignore

This commit is contained in:
Wyrrrd
2023-12-21 10:37:42 +01:00
parent 5936a9acc7
commit 69bf3cac33
4 changed files with 6 additions and 5 deletions
+3 -3
View File
@@ -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"
}
]