chore: removed old b41 tasks

This commit is contained in:
ZioPao
2026-01-08 01:56:20 +01:00
parent 92a0b9ef18
commit 27d79c5802

211
.vscode/tasks.json vendored
View File

@@ -1,115 +1,98 @@
{ {
// See https://go.microsoft.com/fwlink/?LinkId=733558 // See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format // for the documentation about the tasks.json format
"version": "2.0.0", "version": "2.0.0",
"tasks": [ "tasks": [
{ {
"label": "Create Workshop folder", "label": "Create Workshop folder",
"type": "shell", "type": "shell",
"options": {"statusbar": {"label": "$(combine) Assemble Mod - B42"}}, "options": {"statusbar": {"label": "$(combine) Assemble Mod - B42"}},
"command": "python ${config:zomboid_user_folder}/PaosCrap/make_workshop_pack.py \"42\" \"picch\" \"${workspaceFolderBasename}\" \"\"", "command": "python ${config:zomboid_user_folder}/PaosCrap/make_workshop_pack.py \"42\" \"picch\" \"${workspaceFolderBasename}\" \"\"",
}, },
{
"label": "Create Workshop folder", {
"type": "shell", "label": "Create Workshop folder",
"options": {"statusbar": {"label": "$(combine) Assemble Mod - B41"}}, "type": "shell",
"command": "python ${config:zomboid_user_folder}/PaosCrap/make_workshop_pack.py \"41\" \"picch\" \"${workspaceFolderBasename}\" \"\"", "options": {"statusbar": {"label": "$(combine) Assemble Mod (Test)"}},
}, "command": "python ${config:zomboid_user_folder}/PaosCrap/make_workshop_pack.py \"picch\" \"${workspaceFolderBasename}\" \"test\"",
{ },
"label": "Create Workshop folder", {
"type": "shell", "label": "Bump Mod Version",
"options": {"statusbar": {"label": "$(combine) Assemble Mod (Test)"}}, "type": "shell",
"command": "python ${config:zomboid_user_folder}/PaosCrap/make_workshop_pack.py \"picch\" \"${workspaceFolderBasename}\" \"test\"", "options": {"statusbar": {"label": "$(arrow-up) Bump Mod Version"}},
}, "command": "python ${config:zomboid_user_folder}/PaosCrap/bump_version.py common/media/lua/client/TOC/Main.lua",
{ },
"label": "Bump Mod Version", {
"type": "shell", "label": "Run Zomboid Debug No Steam (42)",
"options": {"statusbar": {"label": "$(arrow-up) Bump Mod Version"}}, "type": "shell",
"command": "python ${config:zomboid_user_folder}/PaosCrap/bump_version.py common/media/lua/client/TOC/Main.lua", "presentation": {
}, "group": "groupZomboid"
{ },
"label": "Run Zomboid Debug No Steam (42)", "command": "\"${config:zomboid_folder_b42}\\ProjectZomboid64 - nosteam-debug 42.bat\"",
"type": "shell", "options": {"statusbar": {"label": "$(run) Zomboid client (42)"}},
"presentation": { "problemMatcher": [
"group": "groupZomboid" "$eslint-stylish"
}, ]
"command": "\"${config:zomboid_folder_b42}\\ProjectZomboid64 - nosteam-debug 42.bat\"", },
"options": {"statusbar": {"label": "$(run) Zomboid client (42)"}}, // {
"problemMatcher": [ // "label": "Run Zomboid Debug No Steam",
"$eslint-stylish" // "type": "shell",
] // "presentation": {
}, // "group": "groupZomboid"
{ // },
"label": "Run Zomboid Debug No Steam (41)", // "command": "\"${config:zomboid_folder}\\ProjectZomboid64 - nosteam-debug.bat\"",
"type": "shell", // "options": {"statusbar": {"label": "$(run) Zomboid client"}},
"presentation": { // "problemMatcher": [
"group": "groupZomboid" // "$eslint-stylish"
}, // ]
"command": "\"${config:zomboid_folder_b41}\\ProjectZomboid64 - nosteam-debug.bat\"", // },
"options": {"statusbar": {"label": "$(run) Zomboid client (41)"}}, // {
"problemMatcher": [ // "label": "Run Zomboid Debug No Steam 2",
"$eslint-stylish" // "type": "shell",
] // "command": "\"${config:zomboid_folder}\\ProjectZomboid64 - nosteam-debug.bat\"",
}, // "options": {"statusbar": {"hide": true}},
// {
// "label": "Run Zomboid Debug No Steam", // "problemMatcher": [
// "type": "shell", // "$eslint-stylish"
// "presentation": { // ]
// "group": "groupZomboid" // },
// }, // {
// "command": "\"${config:zomboid_folder}\\ProjectZomboid64 - nosteam-debug.bat\"", // "label": "Run two instances of Zomboid Debug No Steam",
// "options": {"statusbar": {"label": "$(run) Zomboid client"}}, // "options": {"statusbar": {"label": "$(run-all) Two Zomboid Clients"}},
// "problemMatcher": [ // "presentation": {
// "$eslint-stylish" // "reveal": "always",
// ] // "panel": "new"
// }, // },
// { // "dependsOn": [
// "label": "Run Zomboid Debug No Steam 2", // "Run Zomboid Debug No Steam", "Run Zomboid Debug No Steam 2"],
// "type": "shell", // "problemMatcher": []
// "command": "\"${config:zomboid_folder}\\ProjectZomboid64 - nosteam-debug.bat\"", // },
// "options": {"statusbar": {"hide": true}}, // {
// "label": "Run Zomboid Test Server",
// "problemMatcher": [ // "options": {"statusbar": {"label": "$(run) Zomboid Server (TOC)"}},
// "$eslint-stylish" // "type": "shell",
// ] // "command":"\"${config:zomboid_server_folder}\\StartServer64_nosteam_custom.bat\" TOC",
// }, // "problemMatcher": [
// { // "$eslint-stylish"
// "label": "Run two instances of Zomboid Debug No Steam", // ]
// "options": {"statusbar": {"label": "$(run-all) Two Zomboid Clients"}}, // },
// "presentation": { // {
// "reveal": "always", // "label": "Run Zomboid Test Server 2",
// "panel": "new" // "options": {"statusbar": {"label": "$(run) Zomboid Server (TOC+FH+BH)"}},
// }, // "type": "shell",
// "dependsOn": [ // "command":"\"${config:zomboid_server_folder}\\StartServer64_nosteam_custom.bat\" TOC_FH_BH",
// "Run Zomboid Debug No Steam", "Run Zomboid Debug No Steam 2"], // "problemMatcher": [
// "problemMatcher": [] // "$eslint-stylish"
// }, // ]
// { // },
// "label": "Run Zomboid Test Server", // {
// "options": {"statusbar": {"label": "$(run) Zomboid Server (TOC)"}}, // "label": "Run Zomboid Test Server 3",
// "type": "shell", // "options": {"statusbar": {"label": "$(run) Zomboid Server (TOC+FH+BH+iMedsFixed)"}},
// "command":"\"${config:zomboid_server_folder}\\StartServer64_nosteam_custom.bat\" TOC", // "type": "shell",
// "problemMatcher": [ // "command":"\"${config:zomboid_server_folder}\\StartServer64_nosteam_custom.bat\" TOC_FH_BH_imeds",
// "$eslint-stylish" // "problemMatcher": [
// ] // "$eslint-stylish"
// }, // ]
// { // }
// "label": "Run Zomboid Test Server 2", ]
// "options": {"statusbar": {"label": "$(run) Zomboid Server (TOC+FH+BH)"}},
// "type": "shell",
// "command":"\"${config:zomboid_server_folder}\\StartServer64_nosteam_custom.bat\" TOC_FH_BH",
// "problemMatcher": [
// "$eslint-stylish"
// ]
// },
// {
// "label": "Run Zomboid Test Server 3",
// "options": {"statusbar": {"label": "$(run) Zomboid Server (TOC+FH+BH+iMedsFixed)"}},
// "type": "shell",
// "command":"\"${config:zomboid_server_folder}\\StartServer64_nosteam_custom.bat\" TOC_FH_BH_imeds",
// "problemMatcher": [
// "$eslint-stylish"
// ]
// }
]
} }