mirror of
https://github.com/Mediosmanufactory/bigger-concrete-stack.git
synced 2026-01-11 10:48:42 +01:00
Return from the dead update!
This commit is contained in:
13
.vscode/launch.json
vendored
Normal file
13
.vscode/launch.json
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
// Use IntelliSense to learn about possible attributes.
|
||||
// Hover to view descriptions of existing attributes.
|
||||
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"type": "factoriomod",
|
||||
"request": "launch",
|
||||
"name": "Factorio Mod Debug"
|
||||
}
|
||||
]
|
||||
}
|
||||
16
.vscode/settings.json
vendored
Normal file
16
.vscode/settings.json
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
{
|
||||
"factorio.versions": [
|
||||
{
|
||||
"name": "Factorio_ModDev",
|
||||
"factorioPath": "c:\\BARTL\\Factorio_ModDev\\bin\\x64\\factorio.exe",
|
||||
"active": true
|
||||
}
|
||||
],
|
||||
"Lua.workspace.library": [
|
||||
"c:\\BARTL\\Factorio_1.1.107\\data"
|
||||
],
|
||||
"Lua.workspace.userThirdParty": [
|
||||
"c:\\Users\\bartl\\AppData\\Roaming\\Code\\User\\workspaceStorage\\7b372f3bc38d2196850595c27863ee9c\\justarandomgeek.factoriomod-debug\\sumneko-3rd"
|
||||
],
|
||||
"Lua.workspace.checkThirdParty": "ApplyInMemory"
|
||||
}
|
||||
Reference in New Issue
Block a user