2023-08-07 16:27:53 +01:00
|
|
|
{
|
|
|
|
|
"$schema": "https://raw.githubusercontent.com/LuaLS/vscode-lua/master/setting/schema.json",
|
|
|
|
|
"runtime": {
|
2023-12-13 14:04:24 +01:00
|
|
|
"version": "LuaJIT"
|
2023-08-07 16:27:53 +01:00
|
|
|
},
|
|
|
|
|
"workspace": {
|
2023-08-23 12:29:30 +01:00
|
|
|
"ignoreDir": [
|
2025-05-06 15:59:03 +02:00
|
|
|
".deps",
|
2026-07-21 08:56:42 -04:00
|
|
|
"build"
|
|
|
|
|
],
|
|
|
|
|
"ignoreGlobs": [
|
|
|
|
|
"test/**/fixtures/**"
|
2023-08-23 12:29:30 +01:00
|
|
|
],
|
2026-05-10 07:11:20 -05:00
|
|
|
"preloadFileSize": 1000,
|
2023-12-13 14:04:24 +01:00
|
|
|
"checkThirdParty": "Disable"
|
2023-08-07 16:27:53 +01:00
|
|
|
},
|
|
|
|
|
"diagnostics": {
|
|
|
|
|
"groupFileStatus": {
|
|
|
|
|
"strict": "Opened",
|
|
|
|
|
"strong": "Opened"
|
|
|
|
|
},
|
|
|
|
|
"groupSeverity": {
|
|
|
|
|
"strong": "Warning",
|
|
|
|
|
"strict": "Warning"
|
|
|
|
|
},
|
|
|
|
|
"unusedLocalExclude": [ "_*" ],
|
|
|
|
|
"disable": [
|
|
|
|
|
"luadoc-miss-see-name"
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
}
|