From 8f543f4c3929fa3760cde6b661e27252865f4521 Mon Sep 17 00:00:00 2001 From: PhatPhuckDave Date: Sat, 29 Mar 2025 21:38:47 +0100 Subject: [PATCH] Update --- .vscode/settings.json | 22 +++++++++++++++++++++- Daedalic Entertainment GmbH | 2 +- LocalMods | 2 +- 3 files changed, 23 insertions(+), 3 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index eb3f1a88..5e7aaa57 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -14,5 +14,25 @@ } ] } - ] + ], + "Lua.diagnostics.libraryFiles": "Enable", + "Lua.workspace.library": [ + "LocalMods/Meta/Types/client", + "LocalMods/Meta/Types/shared" + ], + "Lua.diagnostics.disable": [ + "param-type-mismatch", + "return-type-mismatch", + "undefined-field", + "need-check-nil", + "assign-type-mismatch", + "redundant-return-value", + "missing-parameter", + "undefined-global", + "missing-return-value", + "undefined-doc-name", + "missing-return", + "cast-local-type", + "deprecated", + ], } \ No newline at end of file diff --git a/Daedalic Entertainment GmbH b/Daedalic Entertainment GmbH index d1aa6991..1f215bc4 160000 --- a/Daedalic Entertainment GmbH +++ b/Daedalic Entertainment GmbH @@ -1 +1 @@ -Subproject commit d1aa69913e9f4a650ea8d5e2107c9db5a41527e4 +Subproject commit 1f215bc45252aff0959974e7d6a3b1972490d307 diff --git a/LocalMods b/LocalMods index 653c8f77..5384267d 160000 --- a/LocalMods +++ b/LocalMods @@ -1 +1 @@ -Subproject commit 653c8f77a5d1292302feb9b58a10a5e3f201d10c +Subproject commit 5384267d791cde0cd227c96a3f51f8cae66fb8f3