50 lines
1.1 KiB
JSON
50 lines
1.1 KiB
JSON
{
|
|
"completion": {
|
|
"autoRequire": true,
|
|
"autoRequireFunction": "require",
|
|
"autoRequireNamingConvention": "camelCase",
|
|
"callSnippet": false,
|
|
"postfix": "@"
|
|
},
|
|
"signature": {
|
|
"detailSignatureHelper": false
|
|
},
|
|
"diagnostics": {
|
|
"disable": [],
|
|
"globals": [],
|
|
"globalsRegex": [],
|
|
"severity": {},
|
|
"enables": []
|
|
},
|
|
"hint": {
|
|
"paramHint": true,
|
|
"indexHint": true,
|
|
"localHint": true,
|
|
"overrideHint": true
|
|
},
|
|
"runtime": {
|
|
"version": "Lua5.4",
|
|
"requireLikeFunction": [],
|
|
"frameworkVersions": [],
|
|
"extensions": [],
|
|
"requirePattern": []
|
|
},
|
|
"workspace": {
|
|
"ignoreDir": [],
|
|
"ignoreGlobs": [],
|
|
"library": [],
|
|
"workspaceRoots": [],
|
|
"preloadFileSize": 1048576,
|
|
"encoding": ""
|
|
},
|
|
"resource": {
|
|
"paths": []
|
|
},
|
|
"codeLens": {
|
|
"enable": true
|
|
},
|
|
"strict": {
|
|
"requirePath": false,
|
|
"typeCall": true
|
|
}
|
|
} |