Made LuaLS ignore missing fields diagnostic.
LuaLS was complaining about the `package` table in `boot.lua` missing certain fields. However, this is irrelevant for Halyde.
This commit is contained in:
+2
-1
@@ -14,7 +14,8 @@
|
|||||||
"diagnostics": {
|
"diagnostics": {
|
||||||
"disable": [
|
"disable": [
|
||||||
"undefined-global",
|
"undefined-global",
|
||||||
"lowercase-global"
|
"lowercase-global",
|
||||||
|
"missing-fields"
|
||||||
],
|
],
|
||||||
"globals": [
|
"globals": [
|
||||||
"_G",
|
"_G",
|
||||||
|
|||||||
Reference in New Issue
Block a user