chore: fix to some stupid config issues

This commit is contained in:
ZioPao
2025-04-17 03:38:02 +02:00
parent b0d3520173
commit 9ab584d977
5 changed files with 8 additions and 26 deletions

16
.vscode/settings.json vendored
View File

@@ -1,13 +1,4 @@
{
"Lua.diagnostics.globals": [
"ModOptions",
"zombie",
"_",
],
"Lua.format.defaultConfig": {
"indent_style": "space",
"indent_size": "2"
},
"Lua.workspace.library": [
"${addons}/umbrella-unstable/module/library"
],
@@ -23,5 +14,10 @@
"io": "disable",
"package": "disable"
},
"Lua.workspace.checkThirdParty": false
"Lua.workspace.checkThirdParty": false,
"Lua.workspace.ignoreDir": [
".vscode",
"dev_stuff",
"workshop_files"
]
}

2
.vscode/tasks.json vendored
View File

@@ -7,7 +7,7 @@
"label": "Create Workshop folder",
"type": "shell",
"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",