Added configuration file for Lua LSP to account for OpenComputers.
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"diagnostics.globals": [
|
||||||
|
"checkArg",
|
||||||
|
"computer",
|
||||||
|
"component"
|
||||||
|
],
|
||||||
|
"diagnostics.disable": [
|
||||||
|
"lowercase-global"
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user