mirror of
https://github.com/Wyrrrd/bbr-fix.git
synced 2026-07-21 11:50:25 +02:00
Add vscode to gitignore
This commit is contained in:
Vendored
+3
-3
@@ -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"
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user