aboutsummaryrefslogtreecommitdiffstats
path: root/.luarc.json
blob: 0d86a5b80cba1bb1d3fac8404d7b71ce73f5af56 (plain)
1
2
3
4
5
6
7
8
9
{
    "workspace.library": [
        "src/plugins/lua/meta"
    ],
    "hint.paramName": "Literal",
    "hint.enable": true,
    "hint.await": true,
    "hint.arrayIndex": "Disable"
}