feat: add VSCode settings for Lua diagnostics configuration

This commit is contained in:
usysrc 2025-01-21 14:35:54 -03:00
parent 0e7c0d615e
commit d78cd995f4

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

@ -0,0 +1,9 @@
{
"Lua.diagnostics.globals": [
"love",
"jit"
],
"Lua.diagnostics.disable": [
"redundant-parameter"
]
}