Added preliminary compatibility with iMeds

This commit is contained in:
ZioPao
2024-07-15 10:54:34 +02:00
parent 3f7bf56be2
commit 9a74710c1e
3 changed files with 97 additions and 53 deletions

9
.vscode/tasks.json vendored
View File

@@ -59,6 +59,15 @@
"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"
]
}
]
}