mirror of
https://github.com/Zenithsiz/logistic-belt-network.git
synced 2026-02-03 09:50:34 +00:00
Added vscode settings and launch configurations
This commit is contained in:
parent
ab5f7326ab
commit
0b5a4f3a95
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,5 +1,5 @@
|
||||
# IDEs
|
||||
.vscode
|
||||
# Documentation
|
||||
.vscode/factorio
|
||||
|
||||
# Logs
|
||||
factorio-current.log
|
||||
26
.vscode/launch.json
vendored
Normal file
26
.vscode/launch.json
vendored
Normal file
@ -0,0 +1,26 @@
|
||||
{
|
||||
// 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"
|
||||
},
|
||||
{
|
||||
"type": "factoriomod",
|
||||
"request": "launch",
|
||||
"name": "Factorio Mod Debug (Settings & Data)",
|
||||
"hookSettings": true,
|
||||
"hookData": true
|
||||
},
|
||||
{
|
||||
"type": "factoriomod",
|
||||
"request": "launch",
|
||||
"name": "Factorio Mod Debug (Profile)",
|
||||
"hookMode": "profile"
|
||||
}
|
||||
]
|
||||
}
|
||||
17
.vscode/settings.json
vendored
Normal file
17
.vscode/settings.json
vendored
Normal file
@ -0,0 +1,17 @@
|
||||
{
|
||||
"Lua.diagnostics.globals": [
|
||||
"mods",
|
||||
"table_size",
|
||||
"log",
|
||||
"localised_print",
|
||||
"serpent",
|
||||
"global",
|
||||
"__DebugAdapter",
|
||||
"__Profiler",
|
||||
"data"
|
||||
],
|
||||
"Lua.runtime.version": "Lua 5.2",
|
||||
"Lua.workspace.library": [
|
||||
".vscode/factorio"
|
||||
]
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user