chore(lsp): ignore more lsp diagnostics (for now)

This commit is contained in:
Akin Sowemimo 2022-08-28 19:56:19 +01:00
parent 4cecde14f5
commit bff403fca1

View file

@ -4,7 +4,8 @@
"redundant-parameter",
"return-type-mismatch",
"assign-type-mismatch",
"cast-local-type"
"cast-local-type",
"missing-parameter"
],
"Lua.workspace.checkThirdParty": false
}