Dev: modified tasks and settings (vscode)
This commit is contained in:
4
.vscode/settings.json
vendored
4
.vscode/settings.json
vendored
@@ -3,6 +3,10 @@
|
|||||||
"mod_id": "3236152598",
|
"mod_id": "3236152598",
|
||||||
"zomboid_user_folder": "C:/Users/picch/Zomboid",
|
"zomboid_user_folder": "C:/Users/picch/Zomboid",
|
||||||
"zomboid_folder": "F:\\SteamLibrary\\steamapps\\common\\ProjectZomboid",
|
"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",
|
"zomboid_server_folder": "F:\\SteamLibrary\\steamapps\\common\\Project Zomboid Dedicated Server",
|
||||||
"Lua.diagnostics.globals": [
|
"Lua.diagnostics.globals": [
|
||||||
"ModOptions",
|
"ModOptions",
|
||||||
|
|||||||
114
.vscode/tasks.json
vendored
114
.vscode/tasks.json
vendored
@@ -21,71 +21,83 @@
|
|||||||
"presentation": {
|
"presentation": {
|
||||||
"group": "groupZomboid"
|
"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)"}},
|
"options": {"statusbar": {"label": "$(run) Zomboid client (42)"}},
|
||||||
"problemMatcher": [
|
"problemMatcher": [
|
||||||
"$eslint-stylish"
|
"$eslint-stylish"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "Run Zomboid Debug No Steam",
|
"label": "Run Zomboid Debug No Steam (41)",
|
||||||
"type": "shell",
|
"type": "shell",
|
||||||
"presentation": {
|
"presentation": {
|
||||||
"group": "groupZomboid"
|
"group": "groupZomboid"
|
||||||
},
|
},
|
||||||
"command": "\"${config:zomboid_folder}\\ProjectZomboid64 - nosteam-debug.bat\"",
|
"command": "\"${config:zomboid_folder_b41}\\ProjectZomboid64 - nosteam-debug.bat\"",
|
||||||
"options": {"statusbar": {"label": "$(run) Zomboid client"}},
|
"options": {"statusbar": {"label": "$(run) Zomboid client (41)"}},
|
||||||
"problemMatcher": [
|
"problemMatcher": [
|
||||||
"$eslint-stylish"
|
"$eslint-stylish"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
// {
|
||||||
"label": "Run Zomboid Debug No Steam 2",
|
// "label": "Run Zomboid Debug No Steam",
|
||||||
"type": "shell",
|
// "type": "shell",
|
||||||
"command": "\"${config:zomboid_folder}\\ProjectZomboid64 - nosteam-debug.bat\"",
|
// "presentation": {
|
||||||
"options": {"statusbar": {"hide": true}},
|
// "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": [
|
// "problemMatcher": [
|
||||||
"$eslint-stylish"
|
// "$eslint-stylish"
|
||||||
]
|
// ]
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
"label": "Run two instances of Zomboid Debug No Steam",
|
// "label": "Run two instances of Zomboid Debug No Steam",
|
||||||
"options": {"statusbar": {"label": "$(run-all) Two Zomboid Clients"}},
|
// "options": {"statusbar": {"label": "$(run-all) Two Zomboid Clients"}},
|
||||||
"presentation": {
|
// "presentation": {
|
||||||
"reveal": "always",
|
// "reveal": "always",
|
||||||
"panel": "new"
|
// "panel": "new"
|
||||||
},
|
// },
|
||||||
"dependsOn": [
|
// "dependsOn": [
|
||||||
"Run Zomboid Debug No Steam", "Run Zomboid Debug No Steam 2"],
|
// "Run Zomboid Debug No Steam", "Run Zomboid Debug No Steam 2"],
|
||||||
"problemMatcher": []
|
// "problemMatcher": []
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
"label": "Run Zomboid Test Server",
|
// "label": "Run Zomboid Test Server",
|
||||||
"options": {"statusbar": {"label": "$(run) Zomboid Server (TOC)"}},
|
// "options": {"statusbar": {"label": "$(run) Zomboid Server (TOC)"}},
|
||||||
"type": "shell",
|
// "type": "shell",
|
||||||
"command":"\"${config:zomboid_server_folder}\\StartServer64_nosteam_custom.bat\" TOC",
|
// "command":"\"${config:zomboid_server_folder}\\StartServer64_nosteam_custom.bat\" TOC",
|
||||||
"problemMatcher": [
|
// "problemMatcher": [
|
||||||
"$eslint-stylish"
|
// "$eslint-stylish"
|
||||||
]
|
// ]
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
"label": "Run Zomboid Test Server 2",
|
// "label": "Run Zomboid Test Server 2",
|
||||||
"options": {"statusbar": {"label": "$(run) Zomboid Server (TOC+FH+BH)"}},
|
// "options": {"statusbar": {"label": "$(run) Zomboid Server (TOC+FH+BH)"}},
|
||||||
"type": "shell",
|
// "type": "shell",
|
||||||
"command":"\"${config:zomboid_server_folder}\\StartServer64_nosteam_custom.bat\" TOC_FH_BH",
|
// "command":"\"${config:zomboid_server_folder}\\StartServer64_nosteam_custom.bat\" TOC_FH_BH",
|
||||||
"problemMatcher": [
|
// "problemMatcher": [
|
||||||
"$eslint-stylish"
|
// "$eslint-stylish"
|
||||||
]
|
// ]
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
"label": "Run Zomboid Test Server 3",
|
// "label": "Run Zomboid Test Server 3",
|
||||||
"options": {"statusbar": {"label": "$(run) Zomboid Server (TOC+FH+BH+iMedsFixed)"}},
|
// "options": {"statusbar": {"label": "$(run) Zomboid Server (TOC+FH+BH+iMedsFixed)"}},
|
||||||
"type": "shell",
|
// "type": "shell",
|
||||||
"command":"\"${config:zomboid_server_folder}\\StartServer64_nosteam_custom.bat\" TOC_FH_BH_imeds",
|
// "command":"\"${config:zomboid_server_folder}\\StartServer64_nosteam_custom.bat\" TOC_FH_BH_imeds",
|
||||||
"problemMatcher": [
|
// "problemMatcher": [
|
||||||
"$eslint-stylish"
|
// "$eslint-stylish"
|
||||||
]
|
// ]
|
||||||
}
|
// }
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user