Added configuration file for Lua LSP to account for OpenComputers.

This commit is contained in:
Ponali
2025-07-25 08:42:02 +02:00
parent 1427a7a6db
commit 3e3d91af70
+10
View File
@@ -0,0 +1,10 @@
{
"diagnostics.globals": [
"checkArg",
"computer",
"component"
],
"diagnostics.disable": [
"lowercase-global"
]
}