Compat for FH

This commit is contained in:
ZioPao
2024-03-24 23:45:35 +01:00
parent 639841cf20
commit b6fb136098
2 changed files with 37 additions and 4 deletions

9
.vscode/tasks.json vendored
View File

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