2023-08-08 10:41:37 +01:00
|
|
|
{
|
|
|
|
|
"$schema": "https://raw.githubusercontent.com/LuaLS/vscode-lua/master/setting/schema.json",
|
|
|
|
|
"runtime": {
|
2024-11-02 11:23:37 -07:00
|
|
|
"version": "LuaJIT"
|
2023-08-08 10:41:37 +01:00
|
|
|
},
|
|
|
|
|
"workspace": {
|
|
|
|
|
"library": [
|
|
|
|
|
"$VIMRUNTIME",
|
2024-11-02 11:23:37 -07:00
|
|
|
"${3rd}/busted/library"
|
2023-08-08 10:41:37 +01:00
|
|
|
],
|
2025-04-27 13:02:32 +02:00
|
|
|
"ignoreDir": [
|
|
|
|
|
"tests"
|
|
|
|
|
],
|
|
|
|
|
"checkThirdParty": "Disable"
|
2023-08-08 10:41:37 +01:00
|
|
|
},
|
|
|
|
|
"diagnostics": {
|
|
|
|
|
"groupFileStatus": {
|
|
|
|
|
"strict": "Opened",
|
|
|
|
|
"strong": "Opened"
|
|
|
|
|
},
|
|
|
|
|
"groupSeverity": {
|
|
|
|
|
"strong": "Warning",
|
|
|
|
|
"strict": "Warning"
|
|
|
|
|
},
|
|
|
|
|
"unusedLocalExclude": [ "_*" ]
|
|
|
|
|
}
|
|
|
|
|
}
|