Update
This commit is contained in:
22
.vscode/settings.json
vendored
22
.vscode/settings.json
vendored
@@ -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",
|
||||||
|
],
|
||||||
}
|
}
|
Submodule Daedalic Entertainment GmbH updated: d1aa69913e...1f215bc452
Submodule LocalMods updated: 653c8f77a5...5384267d79
Reference in New Issue
Block a user