18 lines
526 B
JSON
18 lines
526 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/LuaLS/vscode-lua/master/setting/schema.json",
|
|
"runtime.version": "Lua 5.4",
|
|
"workspace.checkThirdParty": false,
|
|
"diagnostics.globals": ["runtime"],
|
|
"diagnostics.neededFileStatus": {
|
|
"undefined-field": "Any",
|
|
"inject-field": "Any",
|
|
"assign-type-mismatch": "Any",
|
|
"param-type-mismatch": "Any",
|
|
"return-type-mismatch": "Any",
|
|
"missing-fields": "Any",
|
|
"undefined-global": "Any"
|
|
},
|
|
"type.weakUnionCheck": true,
|
|
"type.weakNilCheck": true
|
|
}
|