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

3
.gitignore vendored
View File

@@ -1,3 +0,0 @@
.vscode
mod.info
media

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": [ "Lua.workspace.library": [
"${addons}/umbrella-unstable/module/library" "${addons}/umbrella-unstable/module/library"
], ],
@@ -23,5 +14,10 @@
"io": "disable", "io": "disable",
"package": "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", "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", "label": "Create Workshop folder",

View File

@@ -1,11 +0,0 @@
{
"folders": [
{
"path": "."
},
{
"path": "../../PaosCrap"
}
],
"settings": {}
}

View File

@@ -4,4 +4,4 @@ description=You've been bitten. You have only two choices.
id=TheOnlyCure id=TheOnlyCure
icon=icon.png icon=icon.png
url=https://github.com/ZioPao/The-Only-Cure url=https://github.com/ZioPao/The-Only-Cure
modversion=2.2 modversion=2.1.6