Updated tasks for b42 dev

This commit is contained in:
ZioPao
2025-01-04 20:25:22 +01:00
parent ba267cb900
commit 5d8e60a2e4

12
.vscode/tasks.json vendored
View File

@@ -15,6 +15,18 @@
"options": {"statusbar": {"label": "$(arrow-up) Bump Mod Version"}}, "options": {"statusbar": {"label": "$(arrow-up) Bump Mod Version"}},
"command": "python ${config:zomboid_user_folder}/PaosCrap/bump_version.py media/lua/client/TOC/Main.lua", "command": "python ${config:zomboid_user_folder}/PaosCrap/bump_version.py media/lua/client/TOC/Main.lua",
}, },
{
"label": "Run Zomboid Debug No Steam (42)",
"type": "shell",
"presentation": {
"group": "groupZomboid"
},
"command": "\"${config:zomboid_folder}\\ProjectZomboid64 - nosteam-debug 42.bat\"",
"options": {"statusbar": {"label": "$(run) Zomboid client (42)"}},
"problemMatcher": [
"$eslint-stylish"
]
},
{ {
"label": "Run Zomboid Debug No Steam", "label": "Run Zomboid Debug No Steam",
"type": "shell", "type": "shell",