Chore: changes to vscode config

This commit is contained in:
ZioPao
2025-04-13 03:08:49 +02:00
parent f728520f9e
commit d850691053
4 changed files with 14 additions and 2 deletions

View File

@@ -5,7 +5,7 @@
"zomboid_folder": "F:\\SteamLibrary\\steamapps\\common\\ProjectZomboid", "zomboid_folder": "F:\\SteamLibrary\\steamapps\\common\\ProjectZomboid",
"zomboid_folder_b42": "F:\\Zomboid Dev\\B42.6", "zomboid_folder_b42": "F:\\Zomboid Dev\\B42",
"zomboid_folder_b41": "F:\\Zomboid Dev\\B41", "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": [

8
.vscode/tasks.json vendored
View File

@@ -7,7 +7,13 @@
"label": "Create Workshop folder", "label": "Create Workshop folder",
"type": "shell", "type": "shell",
"options": {"statusbar": {"label": "$(combine) Assemble Mod"}}, "options": {"statusbar": {"label": "$(combine) Assemble Mod"}},
"command": "python ${config:zomboid_user_folder}/PaosCrap/make_workshop_pack.py picch ${workspaceFolderBasename}", "command": "python ${config:zomboid_user_folder}/PaosCrap/make_workshop_pack.py \"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", "label": "Bump Mod Version",

View File

@@ -2,6 +2,9 @@
"folders": [ "folders": [
{ {
"path": "." "path": "."
},
{
"path": "../../PaosCrap"
} }
], ],
"settings": {} "settings": {}

View File

@@ -0,0 +1,3 @@
version=1
title=[B41/B42] The Only Cure - Rebuilt (TEST)
visibility=hidden