Extra luals settings
This commit is contained in:
@@ -1,8 +1,23 @@
|
|||||||
return {
|
return {
|
||||||
settings = {
|
settings = {
|
||||||
Lua = {
|
Lua = {
|
||||||
workspace = { checkThirdParty = false },
|
workspace = {
|
||||||
|
checkThirdParty = false,
|
||||||
|
library = {
|
||||||
|
"./definitions",
|
||||||
|
},
|
||||||
|
},
|
||||||
telemetry = { enable = false },
|
telemetry = { enable = false },
|
||||||
|
type = {
|
||||||
|
checkTableShape = true,
|
||||||
|
},
|
||||||
|
diagnostics = {
|
||||||
|
neededFileStatus = {
|
||||||
|
-- ["no-unknown"] = "Opened",
|
||||||
|
-- ["incomplete-signature-doc"] = "Opened",
|
||||||
|
-- ["await-in-sync"] = "Opened",
|
||||||
|
},
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user