From 9ab584d9778cff427a37250dfb0e7a1d8fe8a9f8 Mon Sep 17 00:00:00 2001 From: ZioPao Date: Thu, 17 Apr 2025 03:38:02 +0200 Subject: [PATCH] chore: fix to some stupid config issues --- .gitignore | 3 --- .vscode/settings.json | 16 ++++++---------- .vscode/tasks.json | 2 +- The-Only-Cure.code-workspace | 11 ----------- mod_b41.info | 2 +- 5 files changed, 8 insertions(+), 26 deletions(-) delete mode 100644 The-Only-Cure.code-workspace diff --git a/.gitignore b/.gitignore index 5c22020..e69de29 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +0,0 @@ -.vscode -mod.info -media \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json index 0cf5324..a2e2a17 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -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" + ] } \ No newline at end of file diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 85b454f..6ecaee3 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -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", diff --git a/The-Only-Cure.code-workspace b/The-Only-Cure.code-workspace deleted file mode 100644 index 150dd36..0000000 --- a/The-Only-Cure.code-workspace +++ /dev/null @@ -1,11 +0,0 @@ -{ - "folders": [ - { - "path": "." - }, - { - "path": "../../PaosCrap" - } - ], - "settings": {} -} \ No newline at end of file diff --git a/mod_b41.info b/mod_b41.info index 3505fb7..c2534c9 100644 --- a/mod_b41.info +++ b/mod_b41.info @@ -4,4 +4,4 @@ description=You've been bitten. You have only two choices. id=TheOnlyCure icon=icon.png url=https://github.com/ZioPao/The-Only-Cure -modversion=2.2 \ No newline at end of file +modversion=2.1.6 \ No newline at end of file