diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 063b956..313ef3d 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -1,115 +1,98 @@ -{ - // See https://go.microsoft.com/fwlink/?LinkId=733558 - // for the documentation about the tasks.json format - "version": "2.0.0", - "tasks": [ - { - "label": "Create Workshop folder", - "type": "shell", - "options": {"statusbar": {"label": "$(combine) Assemble Mod - B42"}}, - "command": "python ${config:zomboid_user_folder}/PaosCrap/make_workshop_pack.py \"42\" \"picch\" \"${workspaceFolderBasename}\" \"\"", - }, - { - "label": "Create Workshop folder", - "type": "shell", - "options": {"statusbar": {"label": "$(combine) Assemble Mod - B41"}}, - "command": "python ${config:zomboid_user_folder}/PaosCrap/make_workshop_pack.py \"41\" \"picch\" \"${workspaceFolderBasename}\" \"\"", - }, - { - "label": "Create Workshop folder", - "type": "shell", - "options": {"statusbar": {"label": "$(combine) Assemble Mod (Test)"}}, - "command": "python ${config:zomboid_user_folder}/PaosCrap/make_workshop_pack.py \"picch\" \"${workspaceFolderBasename}\" \"test\"", - }, - { - "label": "Bump Mod Version", - "type": "shell", - "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": "Run Zomboid Debug No Steam (42)", - "type": "shell", - "presentation": { - "group": "groupZomboid" - }, - "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 (41)", - "type": "shell", - "presentation": { - "group": "groupZomboid" - }, - "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", - // "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" - // ] - // } - ] +{ + // See https://go.microsoft.com/fwlink/?LinkId=733558 + // for the documentation about the tasks.json format + "version": "2.0.0", + "tasks": [ + { + "label": "Create Workshop folder", + "type": "shell", + "options": {"statusbar": {"label": "$(combine) Assemble Mod - B42"}}, + "command": "python ${config:zomboid_user_folder}/PaosCrap/make_workshop_pack.py \"42\" \"picch\" \"${workspaceFolderBasename}\" \"\"", + }, + + { + "label": "Create Workshop folder", + "type": "shell", + "options": {"statusbar": {"label": "$(combine) Assemble Mod (Test)"}}, + "command": "python ${config:zomboid_user_folder}/PaosCrap/make_workshop_pack.py \"picch\" \"${workspaceFolderBasename}\" \"test\"", + }, + { + "label": "Bump Mod Version", + "type": "shell", + "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": "Run Zomboid Debug No Steam (42)", + "type": "shell", + "presentation": { + "group": "groupZomboid" + }, + "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", + // "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" + // ] + // } + ] } \ No newline at end of file