promise-async/.luarc.json
2023-11-28 17:53:33 +08:00

25 lines
462 B
JSON

{
"$schema": "https://raw.githubusercontent.com/sumneko/vscode-lua/master/setting/schema.json",
"diagnostics.disable": [
"duplicate-set-field"
],
"diagnostics.globals": [
"vim",
"jit",
"it",
"describe",
"before_each",
"after_each",
"spy",
"setup",
"teardown",
"done",
"wait"
],
"diagnostics.severity": {
"undefined-field": "Hint"
},
"runtime.version": "LuaJIT",
"type.castNumberToInteger": true,
"type.weakUnionCheck": true
}