11 lines
334 B
JSON
11 lines
334 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/sumneko/vscode-lua/master/setting/schema.json",
|
|
"Lua.diagnostics.disable": [
|
|
"redundant-parameter",
|
|
"return-type-mismatch",
|
|
"assign-type-mismatch",
|
|
"cast-local-type",
|
|
"missing-parameter"
|
|
],
|
|
"Lua.workspace.checkThirdParty": false
|
|
} |