2023-08-07 10:27:53 -05:00
|
|
|
{
|
|
|
|
"$schema": "https://raw.githubusercontent.com/LuaLS/vscode-lua/master/setting/schema.json",
|
|
|
|
"runtime": {
|
2023-12-13 07:04:24 -06:00
|
|
|
"version": "LuaJIT"
|
2023-08-07 10:27:53 -05:00
|
|
|
},
|
|
|
|
"workspace": {
|
|
|
|
"library": [
|
|
|
|
"runtime/lua",
|
|
|
|
"${3rd}/busted/library",
|
|
|
|
"${3rd}/luv/library"
|
|
|
|
],
|
2023-08-23 06:29:30 -05:00
|
|
|
"ignoreDir": [
|
2025-01-24 07:01:25 -06:00
|
|
|
"test",
|
|
|
|
"_vim9script.lua"
|
2023-08-23 06:29:30 -05:00
|
|
|
],
|
2023-12-13 07:04:24 -06:00
|
|
|
"checkThirdParty": "Disable"
|
2023-08-07 10:27:53 -05:00
|
|
|
},
|
|
|
|
"diagnostics": {
|
|
|
|
"groupFileStatus": {
|
|
|
|
"strict": "Opened",
|
|
|
|
"strong": "Opened"
|
|
|
|
},
|
|
|
|
"groupSeverity": {
|
|
|
|
"strong": "Warning",
|
|
|
|
"strict": "Warning"
|
|
|
|
},
|
|
|
|
"unusedLocalExclude": [ "_*" ],
|
|
|
|
"disable": [
|
|
|
|
"luadoc-miss-see-name"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|