From 61f505fa8e493073168d4d856575da0293920004 Mon Sep 17 00:00:00 2001 From: ZioPao Date: Wed, 2 Apr 2025 01:36:37 +0200 Subject: [PATCH] Dev: modified tasks and settings (vscode) --- .vscode/settings.json | 4 ++ .vscode/tasks.json | 114 +++++++++++++++++++++++------------------- 2 files changed, 67 insertions(+), 51 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index c8e6f35..9cada6f 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -3,6 +3,10 @@ "mod_id": "3236152598", "zomboid_user_folder": "C:/Users/picch/Zomboid", "zomboid_folder": "F:\\SteamLibrary\\steamapps\\common\\ProjectZomboid", + + + "zomboid_folder_b42": "F:\\Zomboid Dev\\B42.6", + "zomboid_folder_b41": "F:\\Zomboid Dev\\B41", "zomboid_server_folder": "F:\\SteamLibrary\\steamapps\\common\\Project Zomboid Dedicated Server", "Lua.diagnostics.globals": [ "ModOptions", diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 695d243..bdfbb21 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -21,71 +21,83 @@ "presentation": { "group": "groupZomboid" }, - "command": "\"${config:zomboid_folder}\\ProjectZomboid64 - nosteam-debug 42.bat\"", + "command": "\"${config:zomboid_folder_b42}\\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 (41)", "type": "shell", "presentation": { "group": "groupZomboid" }, - "command": "\"${config:zomboid_folder}\\ProjectZomboid64 - nosteam-debug.bat\"", - "options": {"statusbar": {"label": "$(run) Zomboid client"}}, + "command": "\"${config:zomboid_folder_b41}\\ProjectZomboid64 - nosteam-debug.bat\"", + "options": {"statusbar": {"label": "$(run) Zomboid client (41)"}}, "problemMatcher": [ "$eslint-stylish" ] }, - { - "label": "Run Zomboid Debug No Steam 2", - "type": "shell", - "command": "\"${config:zomboid_folder}\\ProjectZomboid64 - nosteam-debug.bat\"", - "options": {"statusbar": {"hide": true}}, + // { + // "label": "Run Zomboid Debug No Steam", + // "type": "shell", + // "presentation": { + // "group": "groupZomboid" + // }, + // "command": "\"${config:zomboid_folder}\\ProjectZomboid64 - nosteam-debug.bat\"", + // "options": {"statusbar": {"label": "$(run) Zomboid client"}}, + // "problemMatcher": [ + // "$eslint-stylish" + // ] + // }, + // { + // "label": "Run Zomboid Debug No Steam 2", + // "type": "shell", + // "command": "\"${config:zomboid_folder}\\ProjectZomboid64 - nosteam-debug.bat\"", + // "options": {"statusbar": {"hide": true}}, - "problemMatcher": [ - "$eslint-stylish" - ] - }, - { - "label": "Run two instances of Zomboid Debug No Steam", - "options": {"statusbar": {"label": "$(run-all) Two Zomboid Clients"}}, - "presentation": { - "reveal": "always", - "panel": "new" - }, - "dependsOn": [ - "Run Zomboid Debug No Steam", "Run Zomboid Debug No Steam 2"], - "problemMatcher": [] - }, - { - "label": "Run Zomboid Test Server", - "options": {"statusbar": {"label": "$(run) Zomboid Server (TOC)"}}, - "type": "shell", - "command":"\"${config:zomboid_server_folder}\\StartServer64_nosteam_custom.bat\" TOC", - "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" - ] - } + // "problemMatcher": [ + // "$eslint-stylish" + // ] + // }, + // { + // "label": "Run two instances of Zomboid Debug No Steam", + // "options": {"statusbar": {"label": "$(run-all) Two Zomboid Clients"}}, + // "presentation": { + // "reveal": "always", + // "panel": "new" + // }, + // "dependsOn": [ + // "Run Zomboid Debug No Steam", "Run Zomboid Debug No Steam 2"], + // "problemMatcher": [] + // }, + // { + // "label": "Run Zomboid Test Server", + // "options": {"statusbar": {"label": "$(run) Zomboid Server (TOC)"}}, + // "type": "shell", + // "command":"\"${config:zomboid_server_folder}\\StartServer64_nosteam_custom.bat\" TOC", + // "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" + // ] + // } ] } \ No newline at end of file