This commit is contained in:
ZareMate 2023-07-31 12:05:14 +02:00
parent 0edd699e24
commit ed5440fb21

8
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,8 @@
{
"Lua.diagnostics.disable": [
"need-check-nil",
"undefined-field",
"undefined-global",
"deprecated"
]
}