24 lines
453 B
JSON
24 lines
453 B
JSON
{
|
|
"files.exclude": {
|
|
"**/*.lua.meta": true,
|
|
"**/*.meta": true
|
|
},
|
|
"Lua.diagnostics.globals": [
|
|
"xlua",
|
|
"perf",
|
|
"jit",
|
|
"tolua",
|
|
"searckKeys",
|
|
"luaIdePrintWarn",
|
|
"luaIdePrintErr",
|
|
"debugger_conditionStr",
|
|
"fun",
|
|
"xlua"
|
|
],
|
|
"Lua.diagnostics.disable": [
|
|
"redundant-parameter",
|
|
"empty-block",
|
|
"undefined-global"
|
|
]
|
|
}
|