1
0
forked from redo/BlockLua

Create settings.json

This commit is contained in:
2025-10-05 19:50:32 -04:00
parent 01f216f31e
commit cbd0c29495

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

@@ -0,0 +1,12 @@
{
"Lua.diagnostics.globals": [
"_bllua_ts",
"_bllua_requiresecure",
"_bllua_on_unload"
],
"Lua.runtime.version": "Lua 5.1",
"Lua.diagnostics.disable": [
"lowercase-global",
"undefined-global"
]
}