summaryrefslogtreecommitdiff
path: root/.luarc.json
blob: a95ef0a2a18a8c40edc4cfcdfa698dbb2eda49f7 (plain)
1
2
3
4
5
6
7
8
9
{
  "$schema": "https://raw.githubusercontent.com/sumneko/vscode-lua/master/setting/schema.json",
  "Lua.diagnostics.disable": [
    "redundant-parameter",
    "param-type-mismatch",
    "missing-parameter"
  ],
  "diagnostics.libraryFiles": "Disable"
}